Salome HOME
Export XAO with the shape in a seperated BREP file.
[modules/geom.git] / src / XAO / tests / ImportExportTest.cxx
index 2c060200edd4669ce9509d9438690aaa8c8040f2..51ef590a2d7a283be50710e8f6b7935a26d2c3f4 100644 (file)
@@ -46,7 +46,7 @@ void ImportExportTest::testExportNoGeometry()
 {
     Xao xao("me", "1.0");
 
-    bool res = xao.exportXAO("empty.xao");
+    bool res = xao.exportXAO("empty.xao", "");
     CPPUNIT_ASSERT(res);
 }
 
@@ -103,7 +103,7 @@ void ImportExportTest::testExportGeometry()
         }
     }
 
-    bool res = xao.exportXAO("mygeom.xao");
+    bool res = xao.exportXAO("mygeom.xao", "");
     CPPUNIT_ASSERT(res);
 
     std::string xml = xao.getXML();