Explorar o código

STL: reenable unittest.

Kim Kulling %!s(int64=7) %!d(string=hai) anos
pai
achega
1679c8b08e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {