summaryrefslogtreecommitdiff
path: root/Tests/LibGfx
diff options
context:
space:
mode:
authorLucas CHOLLET <lucas.chollet@free.fr>2023-03-03 21:44:22 -0500
committerLinus Groh <mail@linusgroh.de>2023-03-04 23:39:41 +0000
commit7ddf9e9177493520b8cf0143df0c5e24c8e112aa (patch)
treed43770f0472d307c48732d6b915ed806f32b6a1c /Tests/LibGfx
parent68cd6f56142bf0c3bbc93170278208be38e4b668 (diff)
downloadserenity-7ddf9e9177493520b8cf0143df0c5e24c8e112aa.zip
Tests: Replace test image with my own creation
Diffstat (limited to 'Tests/LibGfx')
-rw-r--r--Tests/LibGfx/TestImageDecoder.cpp2
-rw-r--r--Tests/LibGfx/test-inputs/several_scans.jpgbin53558 -> 14640 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/Tests/LibGfx/TestImageDecoder.cpp b/Tests/LibGfx/TestImageDecoder.cpp
index 4ec10c932e..c7925f9295 100644
--- a/Tests/LibGfx/TestImageDecoder.cpp
+++ b/Tests/LibGfx/TestImageDecoder.cpp
@@ -109,7 +109,7 @@ TEST_CASE(test_jpeg_sof0_several_scans)
EXPECT(plugin_decoder->initialize());
auto frame = MUST(plugin_decoder->frame(0));
- EXPECT_EQ(frame.image->size(), Gfx::IntSize(720, 859));
+ EXPECT_EQ(frame.image->size(), Gfx::IntSize(592, 800));
}
TEST_CASE(test_jpeg_sof2_spectral_selection)
diff --git a/Tests/LibGfx/test-inputs/several_scans.jpg b/Tests/LibGfx/test-inputs/several_scans.jpg
index 194ccff54d..0264fd3152 100644
--- a/Tests/LibGfx/test-inputs/several_scans.jpg
+++ b/Tests/LibGfx/test-inputs/several_scans.jpg
Binary files differ