Salome HOME
fix failed tests
[modules/kernel.git] / bin / appliskel / tests / concurrentSession / TestMinimalExample.py
index ab9d44ccf5f139a28c124d237f5a9fa9fa5abef3..3afea6adfce9170ff915f6246613dbd8376339a0 100755 (executable)
@@ -138,6 +138,8 @@ class TestMinimalExample(unittest.TestCase):
 #
 
 if __name__ == "__main__":
+  from salomeContextUtils import setOmniOrbUserPath
+  setOmniOrbUserPath()
   omniorb_user_path = os.getenv("OMNIORB_USER_PATH")
   if not omniorb_user_path:
     msg = "\n"