X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Ftests%2FTest%2Ftutorial_4.py;fp=src%2Ftests%2FTest%2Ftutorial_4.py;h=a3f97badbf5240ccdbc080082ea0912790f79cb3;hb=fc2e7857f2588dda1d55fd7203965eb08458b642;hp=9b9b7152e85c7eaedc143bae8532fa2b1ac61a82;hpb=367e21b33b9dbc4fdba68af2895f63a414f589e6;p=modules%2Fhomard.git diff --git a/src/tests/Test/tutorial_4.py b/src/tests/Test/tutorial_4.py index 9b9b7152..a3f97bad 100755 --- a/src/tests/Test/tutorial_4.py +++ b/src/tests/Test/tutorial_4.py @@ -23,7 +23,7 @@ Python script for HOMARD Test tutorial_4 associe au tutorial 4 """ -__revision__ = "V5.04" +__revision__ = "V5.05" #======================================================================== TEST_NAME = "tutorial_4" @@ -47,11 +47,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, 4, -1) -# ================================== # import salome salome.salome_init() @@ -192,9 +187,6 @@ while not ERREUR : if ERREUR: raise Exception(MESSAGE) # -# ================================== -gzip_gunzip(DATA_TUTORIAL, 4, 1) -# ================================== if salome.sg.hasDesktop(): salome.sg.updateObjBrowser()