|
|
|
@ -65,6 +65,7 @@ constexpr struct { |
|
|
|
const char* plugin; |
|
|
|
const char* plugin; |
|
|
|
} DetectData[]{ |
|
|
|
} DetectData[]{ |
|
|
|
{"Stanford PLY", "bunny.ply", "StanfordSceneConverter"}, |
|
|
|
{"Stanford PLY", "bunny.ply", "StanfordSceneConverter"}, |
|
|
|
|
|
|
|
/* Have at least one test case with uppercase */ |
|
|
|
{"Stanford PLY uppercase", "ARMADI~1.PLY", "StanfordSceneConverter"} |
|
|
|
{"Stanford PLY uppercase", "ARMADI~1.PLY", "StanfordSceneConverter"} |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|