From b7594275035b2d35b3884f9c397d6be4e5e00463 Mon Sep 17 00:00:00 2001 From: Clarisse GENRAULT - DEN/DANS/DM2S/STMF/LGLS - 2012/10/01 Date: Mon, 18 Feb 2019 09:18:32 +0100 Subject: [PATCH] Commenting on tests related to GDML --- src/GDMLPlugin/CMakeLists.txt | 8 ++++---- test.API/SHAPER/CMakeLists.txt | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/GDMLPlugin/CMakeLists.txt b/src/GDMLPlugin/CMakeLists.txt index f6e40dbcf..36496f4ce 100644 --- a/src/GDMLPlugin/CMakeLists.txt +++ b/src/GDMLPlugin/CMakeLists.txt @@ -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 +#) diff --git a/test.API/SHAPER/CMakeLists.txt b/test.API/SHAPER/CMakeLists.txt index c13225650..4e9b1d4fa 100644 --- a/test.API/SHAPER/CMakeLists.txt +++ b/test.API/SHAPER/CMakeLists.txt @@ -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 -- 2.39.2