mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 09:34:57 +09:00
Tests/LibGfx: Move the tiff image to its own folder
This commit is contained in:
parent
472a886dfc
commit
ed8d82f3de
Notes:
sideshowbarker
2024-07-17 07:20:57 +09:00
Author: https://github.com/LucasChollet
Commit: ed8d82f3de
Pull-request: https://github.com/SerenityOS/serenity/pull/21826
Reviewed-by: https://github.com/nico ✅
2 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ TEST_CASE(test_targa_top_left_compressed)
|
|||
|
||||
TEST_CASE(test_tiff_uncompressed)
|
||||
{
|
||||
auto file = MUST(Core::MappedFile::map(TEST_INPUT("uncompressed.tiff"sv)));
|
||||
auto file = MUST(Core::MappedFile::map(TEST_INPUT("tiff/uncompressed.tiff"sv)));
|
||||
EXPECT(Gfx::TIFFImageDecoderPlugin::sniff(file->bytes()));
|
||||
auto plugin_decoder = MUST(Gfx::TIFFImageDecoderPlugin::create(file->bytes()));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue