X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Ftests%2FTest%2Ftutorial_4.py;h=a3f97badbf5240ccdbc080082ea0912790f79cb3;hb=fc2e7857f2588dda1d55fd7203965eb08458b642;hp=157c7712a47edc9fe19ed19a275bd3b5103f8665;hpb=3055df08880d64e07d1fb3e3b59e03d3c1d0ee28;p=modules%2Fhomard.git diff --git a/src/tests/Test/tutorial_4.py b/src/tests/Test/tutorial_4.py index 157c7712..a3f97bad 100755 --- a/src/tests/Test/tutorial_4.py +++ b/src/tests/Test/tutorial_4.py @@ -1,5 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2011-2016 CEA/DEN, EDF R&D + +# Copyright (C) 2011-2019 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_4 associe au tutorial 4 """ -__revision__ = "V5.03" +__revision__ = "V5.05" #======================================================================== TEST_NAME = "tutorial_4" @@ -30,8 +32,6 @@ N_ITER_TEST_FILE = 3 #======================================================================== import os import sys -import HOMARD -import salome # # ================================== PATH_HOMARD = os.getenv('HOMARD_ROOT_DIR') @@ -47,13 +47,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) -# ================================== - +# +import salome salome.salome_init() +import HOMARD +# import iparameters IPAR = iparameters.IParameters(salome.myStudy.GetCommonParameters("Interface Applicative", 1)) IPAR.append("AP_MODULES_LIST", "Homard") @@ -70,7 +68,7 @@ Python script for HOMARD # while not erreur : # - HOMARD.SetCurrentStudy(salome.myStudy) + # HOMARD.UpdateStudy() # # Frontières # ========== @@ -189,11 +187,8 @@ while not ERREUR : if ERREUR: raise Exception(MESSAGE) # -# ================================== -gzip_gunzip(DATA_TUTORIAL, 4, 1) -# ================================== -# + if salome.sg.hasDesktop(): - salome.sg.updateObjBrowser(True) + salome.sg.updateObjBrowser() iparameters.getSession().restoreVisualState(1)