Salome HOME
Merge branch 'BR_2017' of ssh://git.salome-platform.org/modules/hydro into BR_2017
[modules/hydro.git] / src / HYDRO_tests / test_HYDROData_Tool.cxx
index d28bc7a53ce31feddbc154dd6c02f821000f86af..0d259ccddadf927e5d2f5ec934a1aae1508b4b85 100644 (file)
 #include <TopTools_IndexedMapOfShape.hxx>
 #include <TopoDS_Iterator.hxx>
 
+extern QString REF_DATA_PATH;
 
 void test_HYDROData_Tool::test_rebuild_cmp()
 {
-  QString RefPath = qgetenv( "HYDRO_ROOT_DIR" ) + "/bin/salome/test";
+  QString RefPath = REF_DATA_PATH;
   BRep_Builder bb;
   {
     TopoDS_Shape in, out;