From 63ac69cadfa948499eae3663337c5d015ed340ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20St=C3=BChrk?= Date: Sun, 19 Oct 2014 01:13:35 +0200 Subject: [PATCH] Fix test name. --- modules/highgui/test/test_grfmt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/highgui/test/test_grfmt.cpp b/modules/highgui/test/test_grfmt.cpp index 1e47e57ce..288ee497c 100644 --- a/modules/highgui/test/test_grfmt.cpp +++ b/modules/highgui/test/test_grfmt.cpp @@ -516,7 +516,7 @@ TEST(Highgui_Tiff, decode_tile_remainder) CV_GrfmtReadTifTiledWithNotFullTiles test; test.safe_run(); } -TEST(Imgcodecs_Tiff, decode_infinite_rowsperstrip) +TEST(Highgui_Tiff, decode_infinite_rowsperstrip) { const uchar sample_data[142] = { 0x49, 0x49, 0x2a, 0x00, 0x10, 0x00, 0x00, 0x00, 0x56, 0x54,