diff --git a/src/MagnumPlugins/AnySceneConverter/Test/AnySceneConverterTest.cpp b/src/MagnumPlugins/AnySceneConverter/Test/AnySceneConverterTest.cpp index 9e99fa019..d38416ee9 100644 --- a/src/MagnumPlugins/AnySceneConverter/Test/AnySceneConverterTest.cpp +++ b/src/MagnumPlugins/AnySceneConverter/Test/AnySceneConverterTest.cpp @@ -65,6 +65,7 @@ constexpr struct { const char* plugin; } DetectData[]{ {"Stanford PLY", "bunny.ply", "StanfordSceneConverter"}, + /* Have at least one test case with uppercase */ {"Stanford PLY uppercase", "ARMADI~1.PLY", "StanfordSceneConverter"} };