Salome HOME
gunzip of med files for SciMotors tests
[modules/homard.git] / src / tests / Test / tutorial_4.py
index 9b9b7152e85c7eaedc143bae8532fa2b1ac61a82..a3f97badbf5240ccdbc080082ea0912790f79cb3 100755 (executable)
@@ -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()