mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-27 19:59:03 +00:00
Tests: Rename "test_jpg" to "test_jpeg_sof0_one_scan"
This commit is contained in:
parent
f70a7b763f
commit
a40c7354c1
Notes:
sideshowbarker
2024-07-17 10:31:19 +09:00
Author: https://github.com/LucasChollet
Commit: a40c7354c1
Pull-request: https://github.com/SerenityOS/serenity/pull/17627
Reviewed-by: https://github.com/nico ✅
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());
|
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)));
|
auto file = MUST(Core::MappedFile::map(TEST_INPUT("rgb24.jpg"sv)));
|
||||||
EXPECT(Gfx::JPEGImageDecoderPlugin::sniff(file->bytes()));
|
EXPECT(Gfx::JPEGImageDecoderPlugin::sniff(file->bytes()));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue