mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:28:12 +00:00
Tests: Rename "test_jpg" to "test_jpeg_sof0_one_scan"
This commit is contained in:
parent
f70a7b763f
commit
a40c7354c1
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ TEST_CASE(test_bmp_embedded_in_ico)
|
|||
EXPECT(!plugin_decoder->frame(0).is_error());
|
||||
}
|
||||
|
||||
TEST_CASE(test_jpg)
|
||||
TEST_CASE(test_jpeg_sof0_one_scan)
|
||||
{
|
||||
auto file = MUST(Core::MappedFile::map(TEST_INPUT("rgb24.jpg"sv)));
|
||||
EXPECT(Gfx::JPEGImageDecoderPlugin::sniff(file->bytes()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue