STL: reenable unittest.

This commit is contained in:
Kim Kulling
2018-05-01 16:03:56 +02:00
parent 037a213bb4
commit 1679c8b08e

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) {