]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/XAO/tests/ImportExportTest.cxx
Salome HOME
Copyright update 2022
[modules/shaper.git] / src / XAO / tests / ImportExportTest.cxx
index 2c060200edd4669ce9509d9438690aaa8c8040f2..fd58927d60588566c5bec897c88038c858d05f2b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2013-2022  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -122,13 +122,13 @@ void ImportExportTest::testGeometryError()
 void ImportExportTest::testImportXao()
 {
     Xao xao;
-    xao.importXAO(TestUtils::getTestFilePath("test.xao"));
+    xao.importXAO(TestUtils::getTestFilePath("Shapes/Xao/box1.xao"));
     checkImport(xao);
 }
 
 void ImportExportTest::testImportXaoFromText()
 {
-    char* txt = TestUtils::readTextFile(TestUtils::getTestFilePath("test.xao"));
+    char* txt = TestUtils::readTextFile(TestUtils::getTestFilePath("Shapes/Xao/box1.xao"));
 
     Xao xao;
     xao.setXML(txt);