X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Ftests%2FTest%2Ftutorial_6.py;h=5667041b209cdc5cd6beb0648f62ccafe5186910;hb=fc2e7857f2588dda1d55fd7203965eb08458b642;hp=3f8c36c3c08351872219baa2ee914ffe81237794;hpb=236f2d86ab14264d9190c41cdec9871ac98a4145;p=modules%2Fhomard.git diff --git a/src/tests/Test/tutorial_6.py b/src/tests/Test/tutorial_6.py index 3f8c36c3..5667041b 100755 --- a/src/tests/Test/tutorial_6.py +++ b/src/tests/Test/tutorial_6.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2011-2016 CEA/DEN, EDF R&D +# Copyright (C) 2011-2019 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)