Salome HOME
Commenting on tests related to GDML
authorClarisse GENRAULT - DEN/DANS/DM2S/STMF/LGLS - 2012/10/01 <cg246364@is231796.intra.cea.fr>
Mon, 18 Feb 2019 08:18:32 +0000 (09:18 +0100)
committerClarisse GENRAULT - DEN/DANS/DM2S/STMF/LGLS - 2012/10/01 <cg246364@is231796.intra.cea.fr>
Mon, 18 Feb 2019 08:18:32 +0000 (09:18 +0100)
src/GDMLPlugin/CMakeLists.txt
test.API/SHAPER/CMakeLists.txt

index f6e40dbcfb1fa2b26bb330dede360b5a0758bc27..36496f4ce47761140e950f99aa077a84471bd3f2 100644 (file)
@@ -70,7 +70,7 @@ INSTALL(TARGETS GDMLPlugin DESTINATION ${SHAPER_INSTALL_PLUGIN_FILES})
 INSTALL(FILES ${XML_RESOURCES} DESTINATION ${SHAPER_INSTALL_XML_RESOURCES})
 INSTALL(DIRECTORY icons/ DESTINATION ${SHAPER_INSTALL_XML_RESOURCES}/icons/GDML)
 
-ADD_UNIT_TESTS(
-  TestCone.py
-  TestEllipsoid.py
-)
+#ADD_UNIT_TESTS(
+#  TestCone.py
+#  TestEllipsoid.py
+#)
index c1322565054e264b64ee9aa9aec27b52c1b7957c..4e9b1d4fa874fa0ec0cf9b062d20f783d3e890e8 100644 (file)
@@ -31,8 +31,8 @@ ADD_UNIT_TESTS_API(
   Primitives/TestAPI_Cylinder.py
   Primitives/TestAPI_Sphere.py
   Primitives/TestAPI_Torus.py
-  GDML/TestConeSegment.py
-  GDML/TestAPI_ConeSegment.py
+  #GDML/TestConeSegment.py
+  #GDML/TestAPI_ConeSegment.py
   Transformations/TestAPI_MultiRotation.py
   Transformations/TestAPI_MultiTranslation.py
   Transformations/TestAPI_Rotation.py