diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-10 22:30:40 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-10 22:30:40 +0100 |
commit | 5fa4a15284bb037d4b76b57078a58b81d2123d7d (patch) | |
tree | a656529fcdc7b298b9432fbc3c373428e2f4bf8f /test | |
parent | 3b09485f81a27c70af5b61b1bc61154f1befeaef (diff) |
a
Diffstat (limited to 'test')
-rw-r--r-- | test/save/quicksave - Copy (0029).dat | bin | 0 -> 4169 bytes | |||
-rw-r--r-- | test/wall-atlas.cpp | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/test/save/quicksave - Copy (0029).dat b/test/save/quicksave - Copy (0029).dat Binary files differnew file mode 100644 index 00000000..55f76ce5 --- /dev/null +++ b/test/save/quicksave - Copy (0029).dat diff --git a/test/wall-atlas.cpp b/test/wall-atlas.cpp index eec4ecee..1f71d10f 100644 --- a/test/wall-atlas.cpp +++ b/test/wall-atlas.cpp @@ -123,7 +123,7 @@ void test_expected_size() fm_assert_equal(Vector2ui{64, 192}, wall_atlas::expected_size(42, Group_::wall)); fm_assert_equal(Vector2ui{42, 192}, wall_atlas::expected_size(42, Group_::side)); // swapped in atlas.json during reading and writing, rotated counter-clockwise in atlas image file - fm_assert_equal(Vector2ui{42, 192}, wall_atlas::expected_size(42, Group_::top)); + fm_assert_equal(Vector2ui{42, 64}, wall_atlas::expected_size(42, Group_::top)); } } // namespace |