mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:07:45 +00:00
Tests/LibGfx: Move the tiff image to its own folder
This commit is contained in:
parent
472a886dfc
commit
ed8d82f3de
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