1
Fork 0
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:
Lucas CHOLLET 2023-02-26 17:02:07 -05:00 committed by Andreas Kling
parent f70a7b763f
commit a40c7354c1

View file

@ -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()));