X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Ftests%2FTest%2Ftutorial_6.py;h=bae8a177b2b1735c65d4f273443213f847b81dd4;hb=d8149e0ddc7f1c02ec2325ff848dfa6dd9245b86;hp=433a7c8457deaf3c61e6513def1a8cd44da38ece;hpb=8d7d01c43ae1939e2d7834e4b1a3104239466b82;p=modules%2Fhomard.git diff --git a/src/tests/Test/tutorial_6.py b/src/tests/Test/tutorial_6.py index 433a7c84..bae8a177 100755 --- a/src/tests/Test/tutorial_6.py +++ b/src/tests/Test/tutorial_6.py @@ -1,5 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2011-2016 CEA/DEN, EDF R&D + +# Copyright (C) 2011-2021 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 @@ -17,11 +18,12 @@ # # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # + """ Python script for HOMARD Test tutorial_6 associe au tutorial 6 """ -__revision__ = "V4.04" +__revision__ = "V4.06" #======================================================================== TEST_NAME = "tutorial_6" @@ -47,14 +49,11 @@ from test_util import test_results REP_DATA, DIRCASE = get_dir(PATH_HOMARD, TEST_NAME, DEBUG) DATA_TUTORIAL = get_dir_tutorial(PATH_HOMARD) # ================================== -sys.path.append(DATA_TUTORIAL) -from tutorial_util import gzip_gunzip -# ================================== -gzip_gunzip(DATA_TUTORIAL, 4, -1) -gzip_gunzip(DATA_TUTORIAL, 6, -1) -# ================================== - +# +import salome salome.salome_init() +import HOMARD +# import iparameters IPAR = iparameters.IParameters(salome.myStudy.GetCommonParameters("Interface Applicative", 1)) IPAR.append("AP_MODULES_LIST", "Homard") @@ -71,7 +70,7 @@ Python script for HOMARD # while not erreur : # - HOMARD.UpdateStudy() + # HOMARD.UpdateStudy() # # Frontières # ========== @@ -203,11 +202,6 @@ while not ERREUR : if ERREUR: raise Exception(MESSAGE) # -# ================================== -gzip_gunzip(DATA_TUTORIAL, 4, 1) -gzip_gunzip(DATA_TUTORIAL, 6, 1) -# ================================== -# if salome.sg.hasDesktop(): salome.sg.updateObjBrowser() iparameters.getSession().restoreVisualState(1)