Unittest: add missing test for ply-parser.

pull/1234/head
Kim Kulling 2017-04-17 14:15:33 +02:00
parent 24f585b9aa
commit babb783336
1 changed files with 2 additions and 1 deletions

View File

@ -61,4 +61,5 @@ TEST_F( utPLYImportExport, importTest ) {
TEST_F( utPLYImportExport, vertexColorTest ) {
Assimp::Importer importer;
const aiScene *scene = importer.ReadFile( ASSIMP_TEST_MODELS_DIR "/PLY/float-color.ply", 0 );
}
EXPECT_NE( nullptr, scene );
}