Salome HOME
gunzip of med files for SciMotors tests
[modules/homard.git] / src / tests / Test / tutorial_5.py
index a21f669c3dbcb7f767fe821b65de12502eff6776..eea3e14109621efca145db131842259c184b3fc1 100755 (executable)
@@ -23,7 +23,7 @@
 Python script for HOMARD
 Test tutorial_5 associe au tutorial 5
 """
-__revision__ = "V4.05"
+__revision__ = "V4.06"
 
 #========================================================================
 TEST_NAME = "tutorial_5"
@@ -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, 5, -1)
-# ==================================
 #
 import salome
 salome.salome_init()
@@ -182,9 +177,6 @@ while not ERREUR :
 if ERREUR:
   raise Exception(MESSAGE)
 #
-# ==================================
-gzip_gunzip(DATA_TUTORIAL, 5, 1)
-# ==================================
 
 if salome.sg.hasDesktop():
   salome.sg.updateObjBrowser()