Salome HOME
Copyright update 2021
[modules/homard.git] / src / tests / Test / tutorial_6.py
index 3f8c36c3c08351872219baa2ee914ffe81237794..bae8a177b2b1735c65d4f273443213f847b81dd4 100755 (executable)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2011-2016  CEA/DEN, EDF R&D
+# Copyright (C) 2011-2021  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
@@ -23,7 +23,7 @@
 Python script for HOMARD
 Test tutorial_6 associe au tutorial 6
 """
-__revision__ = "V4.05"
+__revision__ = "V4.06"
 
 #========================================================================
 TEST_NAME = "tutorial_6"
@@ -49,12 +49,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)
-gzip_gunzip(DATA_TUTORIAL, 6, -1)
-# ==================================
 #
 import salome
 salome.salome_init()
@@ -208,11 +202,6 @@ while not ERREUR :
 if ERREUR:
   raise Exception(MESSAGE)
 #
-# ==================================
-gzip_gunzip(DATA_TUTORIAL, 4, 1)
-gzip_gunzip(DATA_TUTORIAL, 6, 1)
-# ==================================
-
 if salome.sg.hasDesktop():
   salome.sg.updateObjBrowser()
   iparameters.getSession().restoreVisualState(1)