Browse Source

STL: reenable unittest.

Kim Kulling 7 years ago
parent
commit
1679c8b08e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/unit/utSTLImportExport.cpp

+ 1 - 1
test/unit/utSTLImportExport.cpp

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