Commit 63ac69ca authored by Andreas Stührk's avatar Andreas Stührk

Fix test name.

parent 263621ae
...@@ -516,7 +516,7 @@ TEST(Highgui_Tiff, decode_tile_remainder) ...@@ -516,7 +516,7 @@ TEST(Highgui_Tiff, decode_tile_remainder)
CV_GrfmtReadTifTiledWithNotFullTiles test; test.safe_run(); CV_GrfmtReadTifTiledWithNotFullTiles test; test.safe_run();
} }
TEST(Imgcodecs_Tiff, decode_infinite_rowsperstrip) TEST(Highgui_Tiff, decode_infinite_rowsperstrip)
{ {
const uchar sample_data[142] = { const uchar sample_data[142] = {
0x49, 0x49, 0x2a, 0x00, 0x10, 0x00, 0x00, 0x00, 0x56, 0x54, 0x49, 0x49, 0x2a, 0x00, 0x10, 0x00, 0x00, 0x00, 0x56, 0x54,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment