Salome HOME
Updated copyright comment
[modules/shaper.git] / src / XAO / tests / GeometryTest.cxx
index a17a53bd2fe237667652b79aac521d0d2c1b5504..8c3735e4d5700b588ecddfd4fd3acdb81ca99078 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2013-2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -135,7 +135,7 @@ void GeometryTest::testSetElement()
 
     CPPUNIT_ASSERT_THROW(geom->setVertexName(0, "aa"), XAO_Exception);
 
-    char* txt = TestUtils::readTextFile(TestUtils::getTestFilePath("Box_1.brep"));
+    char* txt = TestUtils::readTextFile(TestUtils::getTestFilePath("Shapes/Brep/box1.brep"));
     geom->setShapeString(txt);
 
     CPPUNIT_ASSERT_EQUAL(false, geom->hasVertexName(0));