]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Fix bug 10214. Import salome_test crashes Salome on Debian. Suppress parallel computa...
authorjfa <jfa@opencascade.com>
Thu, 8 Dec 2005 07:53:06 +0000 (07:53 +0000)
committerjfa <jfa@opencascade.com>
Thu, 8 Dec 2005 07:53:06 +0000 (07:53 +0000)
src/KERNEL_PY/salome_test.py

index 75e5f0bbd680cee99b49df468cd9dd9d68a4ebef..2e203e5aa6442b37a670ecf9d81c302cc27c0112 100755 (executable)
@@ -275,7 +275,7 @@ import os
 dir= os.getenv("DATA_DIR")
 if dir == None:
        raise RuntimeError, "DATA_DIR is not defined"
-xmlfile = dir +"/Superv/Graphs/GraphGeomEssai.xml"
+xmlfile = dir + "/Superv/Graphs/GraphGeomEssaiGates.xml"
 print "Load dataflow from the file : "
 print xmlfile
 print