]> SALOME platform Git repositories - modules/paravis.git/commitdiff
Salome HOME
Porting to Paraview 3.98.1
authorvtn <vtn@opencascade.com>
Fri, 1 Mar 2013 16:28:34 +0000 (16:28 +0000)
committervtn <vtn@opencascade.com>
Fri, 1 Mar 2013 16:28:34 +0000 (16:28 +0000)
26 files changed:
src/PV_SWIG/presentations.py
test/VisuPrs/2D_viewer/CMakeLists.txt
test/VisuPrs/3D_viewer/CMakeLists.txt
test/VisuPrs/Animation/CMakeLists.txt
test/VisuPrs/CutLines/CMakeLists.txt
test/VisuPrs/CutLines/F0.py [deleted file]
test/VisuPrs/CutPlanes/CMakeLists.txt
test/VisuPrs/CutPlanes/F0.py [deleted file]
test/VisuPrs/DeformedShape/CMakeLists.txt
test/VisuPrs/DeformedShape/F0.py [deleted file]
test/VisuPrs/GaussPoints/CMakeLists.txt
test/VisuPrs/IsoSurfaces/CMakeLists.txt
test/VisuPrs/IsoSurfaces/F0.py [deleted file]
test/VisuPrs/MeshPresentation/CMakeLists.txt
test/VisuPrs/Plot3D/CMakeLists.txt
test/VisuPrs/Plot3D/F0.py [deleted file]
test/VisuPrs/SWIG_scripts/CMakeLists.txt
test/VisuPrs/ScalarMap/CMakeLists.txt
test/VisuPrs/ScalarMap/F0.py [deleted file]
test/VisuPrs/ScalarMap_On_DeformedShape/CMakeLists.txt
test/VisuPrs/ScalarMap_On_DeformedShape/F0.py [deleted file]
test/VisuPrs/StreamLines/CMakeLists.txt
test/VisuPrs/StreamLines/F0.py [deleted file]
test/VisuPrs/Tables/CMakeLists.txt
test/VisuPrs/Vectors/CMakeLists.txt
test/VisuPrs/Vectors/F0.py [deleted file]

index a9f26e1455b7624bbbab78dbaf1971b099dab57a..d5ead463846d55327800e997e44b08ee1b923d1f 100644 (file)
@@ -706,9 +706,9 @@ def get_add_component_calc(proxy, array_entity, array_name):
     nb_components = get_nb_components(proxy, array_entity, array_name)
     if nb_components == 2:
         calculator = pv.Calculator(proxy)
-        attribute_mode = "point_data"
+        attribute_mode = "Point Data"
         if array_entity != EntityType.NODE:
-            attribute_mode = "cell_data"
+            attribute_mode = "Cell Data"
         calculator.AttributeMode = attribute_mode
         expression = "iHat * " + array_name + "_X + jHat * " + array_name + "_Y + kHat * 0"
         calculator.Function = expression
index cec60468e6b43dd64a8deb439492d005b825f632..1cd89cfd2167fe1d8269d56a1c5011adcfb474c6 100644 (file)
@@ -22,7 +22,7 @@ IF (PYTHON_EXECUTABLE)
       A0
       A1
       )
-    SET(TIMEOUT 1500)
+    SET(TIMEOUT 10000)
     ADD_TEST(2DVIEWER_${tfile} ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/test/VisuPrs/Util/paravistesthelper.py ${TIMEOUT} ${CMAKE_CURRENT_SOURCE_DIR}/${tfile}.py ${PARAVIS_TEST_OUTPUT_DIR})
     SET_TESTS_PROPERTIES(2DVIEWER_${tfile} PROPERTIES FAIL_REGULAR_EXPRESSION "FAILED" TIMEOUT ${TIMEOUT})
   ENDFOREACH( tfile )
index 3bac165bec75e5d4717a4cfd745d7076f2402b3f..6ed0185304c1a007c00616994532e2af059c97af 100755 (executable)
@@ -31,7 +31,7 @@ IF (PYTHON_EXECUTABLE)
       B0
       B2
       )
-    SET(TIMEOUT 1500)
+    SET(TIMEOUT 10000)
     ADD_TEST(3DVIEWER_${tfile} ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/test/VisuPrs/Util/paravistesthelper.py ${TIMEOUT} ${CMAKE_CURRENT_SOURCE_DIR}/${tfile}.py ${PARAVIS_TEST_OUTPUT_DIR})
     SET_TESTS_PROPERTIES(3DVIEWER_${tfile} PROPERTIES FAIL_REGULAR_EXPRESSION "FAILED" TIMEOUT ${TIMEOUT})
   ENDFOREACH( tfile )
index 98ae1def02c971f787d52b718667b2ca973d6a54..52d6ae7421a0c1f472c8c4d784d2a36c457b5178 100755 (executable)
@@ -49,7 +49,7 @@ IF (PYTHON_EXECUTABLE)
       H1
       H2
       )
-    SET(TIMEOUT 1500)
+    SET(TIMEOUT 10000)
     ADD_TEST(ANIMATION_${tfile} ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/test/VisuPrs/Util/paravistesthelper.py ${TIMEOUT} ${CMAKE_CURRENT_SOURCE_DIR}/${tfile}.py ${PARAVIS_TEST_OUTPUT_DIR})
     SET_TESTS_PROPERTIES(ANIMATION_${tfile} PROPERTIES FAIL_REGULAR_EXPRESSION "FAILED" TIMEOUT ${TIMEOUT})
   ENDFOREACH( tfile )
index d99c8342c94030cf44b11352756eab9dd97af648..6b0a33c5652a8180a0b5611638505e977d9cbe53 100644 (file)
@@ -43,7 +43,6 @@ IF (PYTHON_EXECUTABLE)
       E7
       E8
       E9
-      F0
       F1
       F2
       F3
@@ -57,7 +56,7 @@ IF (PYTHON_EXECUTABLE)
       G1
       G2      
       )
-    SET(TIMEOUT 1500)
+    SET(TIMEOUT 10000)
     ADD_TEST(CUTLINES_${tfile} ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/test/VisuPrs/Util/paravistesthelper.py ${TIMEOUT} ${CMAKE_CURRENT_SOURCE_DIR}/${tfile}.py ${PARAVIS_TEST_OUTPUT_DIR})
     SET_TESTS_PROPERTIES(CUTLINES_${tfile} PROPERTIES FAIL_REGULAR_EXPRESSION "FAILED" TIMEOUT ${TIMEOUT})
   ENDFOREACH( tfile )
diff --git a/test/VisuPrs/CutLines/F0.py b/test/VisuPrs/CutLines/F0.py
deleted file mode 100644 (file)
index a889d29..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright (C) 2010-2012  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
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License.
-#
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
-#
-# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-#
-
-# This case corresponds to: /visu/CutLines/F0 case
-# Create Cut Lines for all data of the given MED file
-
-import sys
-from paravistest import datadir, pictureext, get_picture_dir
-from presentations import CreatePrsForFile, PrsTypeEnum
-import paravis
-
-# Create presentations 
-myParavis = paravis.myParavis
-
-# Directory for saving snapshots
-picturedir = get_picture_dir(sys.argv[1],"CutLines/F0") 
-
-file = datadir + "gro5couches.med"
-print " --------------------------------- "
-print "file ", file
-print " --------------------------------- "
-print "CreatePrsForFile..."
-CreatePrsForFile(myParavis, file, [PrsTypeEnum.CUTLINES], picturedir, pictureext)
index 93591e9e5e7bbd35eb593e28693f48d680260b0d..90e32367af4cc38b023d0bc671fca52f658075f7 100644 (file)
@@ -43,7 +43,6 @@ IF (PYTHON_EXECUTABLE)
       E7
       E8
       E9
-      F0
       F1
       F2
       F3
@@ -57,7 +56,7 @@ IF (PYTHON_EXECUTABLE)
       G1
       G2           
       )
-    SET(TIMEOUT 1500)
+    SET(TIMEOUT 10000)
     ADD_TEST(CUTPLANES_${tfile} ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/test/VisuPrs/Util/paravistesthelper.py ${TIMEOUT} ${CMAKE_CURRENT_SOURCE_DIR}/${tfile}.py ${PARAVIS_TEST_OUTPUT_DIR})
     SET_TESTS_PROPERTIES(CUTPLANES_${tfile} PROPERTIES FAIL_REGULAR_EXPRESSION "FAILED" TIMEOUT ${TIMEOUT})
   ENDFOREACH( tfile )
diff --git a/test/VisuPrs/CutPlanes/F0.py b/test/VisuPrs/CutPlanes/F0.py
deleted file mode 100644 (file)
index 22b378c..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright (C) 2010-2012  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
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License.
-#
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
-#
-# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-#
-
-# This case corresponds to: /visu/CutPlanes/F0 case
-# Create Cut Planes for all data of the given MED file
-
-import sys
-from paravistest import datadir, pictureext, get_picture_dir
-from presentations import CreatePrsForFile, PrsTypeEnum
-import paravis
-
-# Create presentations 
-myParavis = paravis.myParavis
-
-# Directory for saving snapshots
-picturedir = get_picture_dir(sys.argv[1],"CutPlanes/F0") 
-
-file = datadir + "gro5couches.med"
-print " --------------------------------- "
-print "file ", file
-print " --------------------------------- "
-print "CreatePrsForFile..."
-CreatePrsForFile(myParavis, file, [PrsTypeEnum.CUTPLANES], picturedir, pictureext)
index b50dca0c9cf1c5d8666f04c0c9c4f89365c67ef5..c244b487a73ebcdf3b8dadc660d2fc8aeb93d8a3 100644 (file)
@@ -44,7 +44,6 @@ IF (PYTHON_EXECUTABLE)
       E7
       E8
       E9
-      F0
       F1
       F2
       F3
@@ -55,7 +54,7 @@ IF (PYTHON_EXECUTABLE)
       F8
       F9
       )
-    SET(TIMEOUT 1500)
+    SET(TIMEOUT 10000)
     ADD_TEST(DEFORMEDSHAPE_${tfile} ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/test/VisuPrs/Util/paravistesthelper.py ${TIMEOUT} ${CMAKE_CURRENT_SOURCE_DIR}/${tfile}.py ${PARAVIS_TEST_OUTPUT_DIR})
     SET_TESTS_PROPERTIES(DEFORMEDSHAPE_${tfile} PROPERTIES FAIL_REGULAR_EXPRESSION "FAILED" TIMEOUT ${TIMEOUT})
   ENDFOREACH( tfile )
diff --git a/test/VisuPrs/DeformedShape/F0.py b/test/VisuPrs/DeformedShape/F0.py
deleted file mode 100755 (executable)
index 470606d..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright (C) 2010-2012  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
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License.
-#
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
-#
-# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-#
-
-# This case corresponds to: /visu/DeformedShape/F0 case
-# Create Deformed Shape for all data of the given MED file
-
-import sys
-from paravistest import datadir, pictureext, get_picture_dir
-from presentations import CreatePrsForFile, PrsTypeEnum
-import paravis
-
-# Create presentations 
-myParavis = paravis.myParavis
-
-# Directory for saving snapshots
-picturedir = get_picture_dir(sys.argv[1],"DeformedShape/F0") 
-
-file = datadir + "gro5couches.med"
-print " --------------------------------- "
-print "file ", file
-print " --------------------------------- "
-print "CreatePrsForFile..."
-CreatePrsForFile(myParavis, file, [PrsTypeEnum.DEFORMEDSHAPE], picturedir, pictureext)
index 4a95dfd1039784b4a39d1ca98c2ff746bb6f76e7..caa1ccf35e53c872693b2a75d49e6b77dfc32c5e 100644 (file)
@@ -47,7 +47,7 @@ IF (PYTHON_EXECUTABLE)
       C6
       C7
       )
-    SET(TIMEOUT 1500)
+    SET(TIMEOUT 10000)
     ADD_TEST(GAUSSPOINTS_${tfile} ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/test/VisuPrs/Util/paravistesthelper.py ${TIMEOUT} ${CMAKE_CURRENT_SOURCE_DIR}/${tfile}.py ${PARAVIS_TEST_OUTPUT_DIR})
     SET_TESTS_PROPERTIES(GAUSSPOINTS_${tfile} PROPERTIES FAIL_REGULAR_EXPRESSION "FAILED" TIMEOUT ${TIMEOUT})
   ENDFOREACH( tfile )
index eee46f4d5280b1ddba27ff2ab956e214ac0160a8..987c1d86bf9c80fa84bbd30bcd6e8cab5a6d094c 100755 (executable)
@@ -42,7 +42,6 @@ IF (PYTHON_EXECUTABLE)
       E7
       E8
       E9
-      F0
       F1
       F2
       F3
@@ -56,7 +55,7 @@ IF (PYTHON_EXECUTABLE)
       G1
       G2           
       )
-    SET(TIMEOUT 1500)
+    SET(TIMEOUT 10000)
     ADD_TEST(ISOSURFACES_${tfile} ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/test/VisuPrs/Util/paravistesthelper.py ${TIMEOUT} ${CMAKE_CURRENT_SOURCE_DIR}/${tfile}.py ${PARAVIS_TEST_OUTPUT_DIR})
     SET_TESTS_PROPERTIES(ISOSURFACES_${tfile} PROPERTIES FAIL_REGULAR_EXPRESSION "FAILED" TIMEOUT ${TIMEOUT})
   ENDFOREACH( tfile )
diff --git a/test/VisuPrs/IsoSurfaces/F0.py b/test/VisuPrs/IsoSurfaces/F0.py
deleted file mode 100644 (file)
index 49a8813..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright (C) 2010-2012  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
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License.
-#
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
-#
-# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-#
-
-# This case corresponds to: /visu/IsoSurfaces/F0 case
-# Create Iso Surface for all data of the given MED file
-
-import sys
-from paravistest import datadir, pictureext, get_picture_dir
-from presentations import CreatePrsForFile, PrsTypeEnum
-import paravis
-
-# Create presentations 
-myParavis = paravis.myParavis
-
-# Directory for saving snapshots
-picturedir = get_picture_dir(sys.argv[1],"IsoSurfaces/F0") 
-
-file = datadir + "gro5couches.med"
-print " --------------------------------- "
-print "file ", file
-print " --------------------------------- "
-print "CreatePrsForFile..."
-CreatePrsForFile(myParavis, file, [PrsTypeEnum.ISOSURFACES], picturedir, pictureext)
index ec144f3756d16679f4c967c6f8292038f5231815..293ce9b26722ad77741dd8e4d108d628f53ad2dc 100644 (file)
@@ -42,7 +42,6 @@ IF (PYTHON_EXECUTABLE)
       E7
       E8
       E9
-      F0
       F1
       F2
       F3
@@ -104,7 +103,7 @@ IF (PYTHON_EXECUTABLE)
       L0
       L1
       )
-    SET(TIMEOUT 1500)
+    SET(TIMEOUT 10000)
     ADD_TEST(MESH_${tfile} ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/test/VisuPrs/Util/paravistesthelper.py ${TIMEOUT} ${CMAKE_CURRENT_SOURCE_DIR}/${tfile}.py ${PARAVIS_TEST_OUTPUT_DIR})
     SET_TESTS_PROPERTIES(MESH_${tfile} PROPERTIES FAIL_REGULAR_EXPRESSION "FAILED" TIMEOUT ${TIMEOUT})
   ENDFOREACH( tfile )
index 5cb356467a279390e2a16f71c352b895c8f24ab3..a55b00d201a7bf79c853ea6b1d1008018b85aee8 100755 (executable)
@@ -42,7 +42,6 @@ IF (PYTHON_EXECUTABLE)
       E7
       E8
       E9
-      F0
       F1
       F2
       F3
@@ -56,7 +55,7 @@ IF (PYTHON_EXECUTABLE)
       G1
       G2           
       )
-    SET(TIMEOUT 1500)
+    SET(TIMEOUT 10000)
     ADD_TEST(PLOT3D_${tfile} ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/test/VisuPrs/Util/paravistesthelper.py ${TIMEOUT} ${CMAKE_CURRENT_SOURCE_DIR}/${tfile}.py ${PARAVIS_TEST_OUTPUT_DIR})
     SET_TESTS_PROPERTIES(PLOT3D_${tfile} PROPERTIES FAIL_REGULAR_EXPRESSION "FAILED" TIMEOUT ${TIMEOUT})
   ENDFOREACH( tfile )
diff --git a/test/VisuPrs/Plot3D/F0.py b/test/VisuPrs/Plot3D/F0.py
deleted file mode 100644 (file)
index 30c625c..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright (C) 2010-2012  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
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License.
-#
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
-#
-# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-#
-
-# This case corresponds to: /visu/Plot3D/F0 case
-# Create Plot3D for all data of the given MED file
-
-import sys
-from paravistest import datadir, pictureext, get_picture_dir
-from presentations import CreatePrsForFile, PrsTypeEnum
-import paravis
-
-# Create presentations 
-myParavis = paravis.myParavis
-
-# Directory for saving snapshots
-picturedir = get_picture_dir(sys.argv[1],"Plot3D/F0") 
-
-file = datadir + "gro5couches.med"
-print " --------------------------------- "
-print "file ", file
-print " --------------------------------- "
-print "CreatePrsForFile..."
-CreatePrsForFile(myParavis, file, [PrsTypeEnum.PLOT3D], picturedir, pictureext)
index e180475c3ca47d3a9dc5fa0125dd3ca0460a750f..e5a21f609ce7a54c834240b627152ed57291a4a4 100644 (file)
@@ -37,7 +37,7 @@ IF (PYTHON_EXECUTABLE)
       C3
       C7
       )
-    SET(TIMEOUT 1500)
+    SET(TIMEOUT 10000)
     ADD_TEST(SWIGSCRIPTS_${tfile} ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/test/VisuPrs/Util/paravistesthelper.py ${TIMEOUT} ${CMAKE_CURRENT_SOURCE_DIR}/${tfile}.py ${PARAVIS_TEST_OUTPUT_DIR})
     SET_TESTS_PROPERTIES(SWIGSCRIPTS_${tfile} PROPERTIES FAIL_REGULAR_EXPRESSION "FAILED" TIMEOUT ${TIMEOUT})
   ENDFOREACH( tfile )
index 836e08fa18553d14590d2b24a8d5a0895cd4a7a6..66ca27371ddf3b7cdb8968e4c9c9f1a69eafb6a9 100644 (file)
@@ -42,7 +42,6 @@ IF (PYTHON_EXECUTABLE)
       E7
       E8
       E9
-      F0      
       F1
       F2
       F3
@@ -56,7 +55,7 @@ IF (PYTHON_EXECUTABLE)
       G1
       G2
       )
-    SET(TIMEOUT 1500)
+    SET(TIMEOUT 10000)
     ADD_TEST(SCALARMAP_${tfile} ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/test/VisuPrs/Util/paravistesthelper.py ${TIMEOUT} ${CMAKE_CURRENT_SOURCE_DIR}/${tfile}.py ${PARAVIS_TEST_OUTPUT_DIR})
     SET_TESTS_PROPERTIES(SCALARMAP_${tfile} PROPERTIES FAIL_REGULAR_EXPRESSION "FAILED" TIMEOUT ${TIMEOUT})
   ENDFOREACH( tfile )
diff --git a/test/VisuPrs/ScalarMap/F0.py b/test/VisuPrs/ScalarMap/F0.py
deleted file mode 100755 (executable)
index e7adff9..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright (C) 2010-2012  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
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License.
-#
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
-#
-# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-#
-
-# This case corresponds to: /visu/ScalarMap/F0 case
-# Create Scalar Map for all data of the given MED file
-
-import sys
-from paravistest import datadir, pictureext, get_picture_dir
-from presentations import CreatePrsForFile, PrsTypeEnum
-import paravis
-
-# Create presentations 
-myParavis = paravis.myParavis
-
-# Directory for saving snapshots
-picturedir = get_picture_dir(sys.argv[1],"ScalarMap/F0") 
-
-file = datadir + "gro5couches.med"
-print " --------------------------------- "
-print "file ", file
-print " --------------------------------- "
-print "CreatePrsForFile..."
-CreatePrsForFile(myParavis, file, [PrsTypeEnum.SCALARMAP], picturedir, pictureext)
index 728a686bed9d16fc2448bed5c5250ee4d36d553a..2d7c03731540becce2d095569411d1d2409836e4 100644 (file)
@@ -43,7 +43,6 @@ IF (PYTHON_EXECUTABLE)
       E7
       E8
       E9 
-      F0     
       F1
       F2
       F3
@@ -53,8 +52,8 @@ IF (PYTHON_EXECUTABLE)
       F7
       F8               
       )
-    SET(TIMEOUT 1500)
-    ADD_TEST(DEFORMEDSHAPESCALARMAP_${tfile} ${CMAKE_SOURCE_DIR}/test/VisuPrs/Util/paravistesthelper.py ${TIMEOUT} ${CMAKE_CURRENT_SOURCE_DIR}/${tfile}.py ${PARAVIS_TEST_OUTPUT_DIR})
+    SET(TIMEOUT 10000)
+    ADD_TEST(DEFORMEDSHAPESCALARMAP_${tfile} ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/test/VisuPrs/Util/paravistesthelper.py ${TIMEOUT} ${CMAKE_CURRENT_SOURCE_DIR}/${tfile}.py ${PARAVIS_TEST_OUTPUT_DIR})
     SET_TESTS_PROPERTIES(DEFORMEDSHAPESCALARMAP_${tfile} PROPERTIES FAIL_REGULAR_EXPRESSION "FAILED" TIMEOUT ${TIMEOUT})
   ENDFOREACH( tfile )
 ENDIF (PYTHON_EXECUTABLE)
diff --git a/test/VisuPrs/ScalarMap_On_DeformedShape/F0.py b/test/VisuPrs/ScalarMap_On_DeformedShape/F0.py
deleted file mode 100755 (executable)
index b6da2ba..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright (C) 2010-2012  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
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License.
-#
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
-#
-# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-#
-
-# This case corresponds to: /visu/ScalarMap_On_DeformedShape/F0 case
-# Create Scalar Map on Deformed Shape for all data of the given MED file
-
-import sys
-from paravistest import datadir, pictureext, get_picture_dir
-from presentations import CreatePrsForFile, PrsTypeEnum
-import paravis
-
-# Create presentations 
-myParavis = paravis.myParavis
-
-# Directory for saving snapshots
-picturedir = get_picture_dir(sys.argv[1],"ScalarMap_On_DeformedShape/F0") 
-
-file = datadir + "gro5couches.med"
-print " --------------------------------- "
-print "file ", file
-print " --------------------------------- "
-print "CreatePrsForFile..."
-CreatePrsForFile(myParavis, file, [PrsTypeEnum.DEFORMEDSHAPESCALARMAP], picturedir, pictureext)
index 74e40cc8b1f26f50060425bc371b5043fcfd1d6b..b45ba033692da59d186a107d03edbef9ac7722c2 100644 (file)
@@ -42,7 +42,6 @@ IF (PYTHON_EXECUTABLE)
       E7
       E8
       E9
-      F0
       F1
       F2
       F3
@@ -53,7 +52,7 @@ IF (PYTHON_EXECUTABLE)
       F8
       F9
       )
-    SET(TIMEOUT 1500)
+    SET(TIMEOUT 10000)
     ADD_TEST(STREAMLINES_${tfile} ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/test/VisuPrs/Util/paravistesthelper.py ${TIMEOUT} ${CMAKE_CURRENT_SOURCE_DIR}/${tfile}.py ${PARAVIS_TEST_OUTPUT_DIR})
     SET_TESTS_PROPERTIES(STREAMLINES_${tfile} PROPERTIES FAIL_REGULAR_EXPRESSION "FAILED" TIMEOUT ${TIMEOUT})
   ENDFOREACH( tfile )
diff --git a/test/VisuPrs/StreamLines/F0.py b/test/VisuPrs/StreamLines/F0.py
deleted file mode 100644 (file)
index 797fd87..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright (C) 2010-2012  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
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License.
-#
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
-#
-# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-#
-
-# This case corresponds to: /visu/StreamLines/F0 case
-# Create Stream Lines for all fields of the the given MED file
-
-import sys
-
-from paravistest import datadir, pictureext, get_picture_dir
-from presentations import CreatePrsForFile, PrsTypeEnum
-import paravis
-
-
-# Directory for saving snapshots
-picturedir = get_picture_dir(sys.argv[1], "StreamLines/F0")
-
-# Create presentations
-myParavis = paravis.myParavis
-
-file = datadir +  "gro5couches.med"
-print " --------------------------------- "
-print "file ", file
-print " --------------------------------- "
-print "\nCreatePrsForFile..."
-CreatePrsForFile(myParavis, file, [PrsTypeEnum.STREAMLINES], picturedir, pictureext)
index 53da6970bee6d437c4bda57daf6622c75fa04438..4bd18d2096e42fdb38fda6d3410b4629f97e7c39 100644 (file)
@@ -22,7 +22,7 @@ IF (PYTHON_EXECUTABLE)
       A0
       A2
       )
-    SET(TIMEOUT 1500)
+    SET(TIMEOUT 10000)
     ADD_TEST(TABLES_${tfile} ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/test/VisuPrs/Util/paravistesthelper.py ${TIMEOUT} ${CMAKE_CURRENT_SOURCE_DIR}/${tfile}.py ${PARAVIS_TEST_OUTPUT_DIR})
     SET_TESTS_PROPERTIES(TABLES_${tfile} PROPERTIES FAIL_REGULAR_EXPRESSION "FAILED" TIMEOUT ${TIMEOUT})
   ENDFOREACH( tfile )
index 257da3b39558db27d0f311e43755905213735cde..e23a0abaa49aee647582d905f0caee4942c64736 100644 (file)
@@ -43,7 +43,6 @@ IF (PYTHON_EXECUTABLE)
       E7
       E8
       E9
-      F0
       F1
       F2
       F3
@@ -54,7 +53,7 @@ IF (PYTHON_EXECUTABLE)
       F8
       F9
       )
-    SET(TIMEOUT 1500)
+    SET(TIMEOUT 10000)
     ADD_TEST(VECTORS_${tfile} ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/test/VisuPrs/Util/paravistesthelper.py ${TIMEOUT} ${CMAKE_CURRENT_SOURCE_DIR}/${tfile}.py ${PARAVIS_TEST_OUTPUT_DIR})
     SET_TESTS_PROPERTIES(VECTORS_${tfile} PROPERTIES FAIL_REGULAR_EXPRESSION "FAILED" TIMEOUT ${TIMEOUT})
   ENDFOREACH( tfile )
diff --git a/test/VisuPrs/Vectors/F0.py b/test/VisuPrs/Vectors/F0.py
deleted file mode 100644 (file)
index 87db6bf..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright (C) 2010-2012  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
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License.
-#
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
-#
-# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-#
-
-# This case corresponds to: /visu/Vectors/F0 case
-# Create Vectors for all data of the given MED file
-
-import sys
-from paravistest import datadir, pictureext, get_picture_dir
-from presentations import CreatePrsForFile, PrsTypeEnum
-import paravis
-
-# Create presentations 
-myParavis = paravis.myParavis
-
-# Directory for saving snapshots
-picturedir = get_picture_dir(sys.argv[1],"Vectors/F0") 
-
-file = datadir + "gro5couches.med"
-print " --------------------------------- "
-print "file ", file
-print " --------------------------------- "
-print "CreatePrsForFile..."
-CreatePrsForFile(myParavis, file, [PrsTypeEnum.VECTORS], picturedir, pictureext)