X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Ftests%2FTest%2Ftutorial_3.py;h=2576433d27d961a05d05d917965a73aca2fbcd92;hb=fc2e7857f2588dda1d55fd7203965eb08458b642;hp=229a751662af715501977061a6e2e0427c9ef5f7;hpb=65bed5ed2d247a416506d5099ad934c08838dbd9;p=modules%2Fhomard.git diff --git a/src/tests/Test/tutorial_3.py b/src/tests/Test/tutorial_3.py index 229a7516..2576433d 100755 --- a/src/tests/Test/tutorial_3.py +++ b/src/tests/Test/tutorial_3.py @@ -21,7 +21,7 @@ Python script for HOMARD Test tutorial_3 associe au tutorial 3 """ -__revision__ = "V4.05" +__revision__ = "V4.06" #======================================================================== TEST_NAME = "tutorial_3" @@ -45,11 +45,6 @@ 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, 3, -1) -# ================================== # import salome salome.salome_init() @@ -207,10 +202,6 @@ while not ERREUR : if ERREUR: raise Exception(MESSAGE) # -# ================================== -gzip_gunzip(DATA_TUTORIAL, 3, 1) -# ================================== - if salome.sg.hasDesktop(): salome.sg.updateObjBrowser() iparameters.getSession().restoreVisualState(1)