2
0
Kim Kulling 7 жил өмнө
parent
commit
1679c8b08e

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