mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:17:34 +00:00
Tests: Replace test image with my own creation
This commit is contained in:
parent
68cd6f5614
commit
7ddf9e9177
2 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue