]> SALOME platform Git repositories - modules/homard.git/blobdiff - src/tests/Test/tutorial_1.py
Salome HOME
switch "salome_init() -> salome_init_without_session()" for tests parallelizing
[modules/homard.git] / src / tests / Test / tutorial_1.py
index 3786a7efcd53c5205701fab8f5c01945f9eb305a..dcafd0a27904ecca276e143aa96adcf3d57730cd 100755 (executable)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2011-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2011-2022  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -45,7 +45,7 @@ REP_DATA, DIRCASE = get_dir(PATH_HOMARD, TEST_NAME, DEBUG)
 # ==================================
 #
 import salome
-salome.salome_init()
+salome.salome_init_without_session()
 import HOMARD
 import iparameters
 IPAR = iparameters.IParameters(salome.myStudy.GetCommonParameters("Interface Applicative", 1))