STL: reenable unittest.

pull/1935/head
Kim Kulling 2018-05-01 16:03:56 +02:00
parent 037a213bb4
commit 1679c8b08e
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ TEST_F(utSTLImporterExporter, exporterTest) {
mAiExporter.Export( scene, "stl", "spiderExport.stl" );
const aiScene *scene2 = importer.ReadFile("spiderExport.stl", aiProcess_ValidateDataStructure);
//EXPECT_NE(nullptr, scene2);
EXPECT_NE(nullptr, scene2);
}
TEST_F(utSTLImporterExporter, test_export_pointclouds) {