Salome HOME
Pour passage des tests en scibian 10
[modules/homard.git] / src / tests / Test / tutorial_5.py
index a21f669c3dbcb7f767fe821b65de12502eff6776..7e176d2fb7af62b77c86e5161d3242c9f8409307 100755 (executable)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2011-2019  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_5 associe au tutorial 5
 """
-__revision__ = "V4.05"
+__revision__ = "V4.07"
 
 #========================================================================
 TEST_NAME = "tutorial_5"
@@ -40,17 +40,10 @@ REP_PYTHON = os.path.join(PATH_HOMARD, "bin", "salome", "test", "HOMARD")
 REP_PYTHON = os.path.normpath(REP_PYTHON)
 sys.path.append(REP_PYTHON)
 from test_util import get_dir
-from test_util import get_dir_tutorial
 from test_util import test_results
 # ==================================
 # RĂ©pertoires pour ce test
 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
@@ -159,8 +152,8 @@ while not ERREUR :
   assert HOMARD is not None, "Impossible to load homard engine"
   HOMARD.SetLanguageShort("fr")
 #
-  FICMED = os.path.join(DATA_TUTORIAL, TEST_NAME+".00.med")
-  FICFRMED = os.path.join(DATA_TUTORIAL, TEST_NAME+".fr.med")
+  FICMED = os.path.join(REP_DATA, TEST_NAME+".00.med")
+  FICFRMED = os.path.join(REP_DATA, TEST_NAME+".fr.med")
   try:
     ERREUR, MESSAGE = homard_exec("COEUR_2D", FICMED, "MAIL_EXT", FICFRMED, DEBUG)
   except RuntimeError as eee:
@@ -182,9 +175,6 @@ while not ERREUR :
 if ERREUR:
   raise Exception(MESSAGE)
 #
-# ==================================
-gzip_gunzip(DATA_TUTORIAL, 5, 1)
-# ==================================
 
 if salome.sg.hasDesktop():
   salome.sg.updateObjBrowser()