]> SALOME platform Git repositories - modules/kernel.git/blobdiff - bin/appliskel/tests/salomeCommand/TestLauncherSessionArgs.py
Salome HOME
fix failed tests
[modules/kernel.git] / bin / appliskel / tests / salomeCommand / TestLauncherSessionArgs.py
index 536994dce8a320d130cd77c3734dc7c5edc7eaef..43ca0ef4633d703f4866cd11fe62cd4192dbd58e 100755 (executable)
@@ -57,6 +57,8 @@ class TestSessionArgs(unittest.TestCase):
   #
   def setUp(self):
     import tempfile
+    from salomeContextUtils import setOmniOrbUserPath
+    setOmniOrbUserPath()
     self.logFile = tempfile.NamedTemporaryFile()
     if sys.platform == "win32": # Close file because of permission denined on Windows
         self.logFile.close()