X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Ftests%2FTest%2Ftutorial_6.py;h=32bcef00ac739c4148c53a0f3016d5edebf27ee3;hb=905b3023cf4aebbaca5f883e8645c0c5de2f7994;hp=bae8a177b2b1735c65d4f273443213f847b81dd4;hpb=d8149e0ddc7f1c02ec2325ff848dfa6dd9245b86;p=modules%2Fhomard.git diff --git a/src/tests/Test/tutorial_6.py b/src/tests/Test/tutorial_6.py index bae8a177..32bcef00 100755 --- a/src/tests/Test/tutorial_6.py +++ b/src/tests/Test/tutorial_6.py @@ -1,6 +1,6 @@ # -*- 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 @@ -23,7 +23,7 @@ Python script for HOMARD Test tutorial_6 associe au tutorial 6 """ -__revision__ = "V4.06" +__revision__ = "V4.07" #======================================================================== TEST_NAME = "tutorial_6" @@ -42,16 +42,14 @@ REP_PYTHON = os.path.join(PATH_HOMARD, "bin", "salome", "test", "HOMARD") REP_PYTHON = os.path.normpath(REP_PYTHON) sys.path.append(REP_PYTHON) from test_util import get_dir -from test_util import get_dir_tutorial from test_util import test_results # ================================== # Répertoires pour ce test REP_DATA, DIRCASE = get_dir(PATH_HOMARD, TEST_NAME, DEBUG) -DATA_TUTORIAL = get_dir_tutorial(PATH_HOMARD) # ================================== # import salome -salome.salome_init() +salome.salome_init_without_session() import HOMARD # import iparameters @@ -179,8 +177,8 @@ while not ERREUR : assert HOMARD is not None, "Impossible to load homard engine" HOMARD.SetLanguageShort("fr") # - FICMED = os.path.join(DATA_TUTORIAL, "tutorial_4.00.med") - FICFRMED = os.path.join(DATA_TUTORIAL, TEST_NAME+".fr.med") + FICMED = os.path.join(REP_DATA, "tutorial_4.00.med") + FICFRMED = os.path.join(REP_DATA, TEST_NAME+".fr.med") try: ERREUR, MESSAGE = homard_exec("PIQUAGE", FICMED, "COURBES", FICFRMED, DEBUG) except RuntimeError as eee: