From fe74d236e05f37685de15cf5c2420a1e0ffea78d Mon Sep 17 00:00:00 2001 From: mnt Date: Mon, 8 Jun 2015 10:17:23 +0300 Subject: [PATCH] Fix pb with make test on OCCT 6.9.0 --- doc/salome/examples/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/salome/examples/CMakeLists.txt b/doc/salome/examples/CMakeLists.txt index e9dc70f96..afd0a3a6a 100644 --- a/doc/salome/examples/CMakeLists.txt +++ b/doc/salome/examples/CMakeLists.txt @@ -56,7 +56,6 @@ SET(GOOD_TESTS center_of_mass.py check_compound_of_blocks.py check_self_intersections.py - check_self_intersections_fast.py check_shape.py complex_objs_ex01.py complex_objs_ex02.py @@ -69,6 +68,7 @@ SET(GOOD_TESTS complex_objs_ex09.py complex_objs_ex10.py complex_objs_ex11.py + fast_intersection.py free_boundaries.py free_faces.py GEOM_box.py @@ -132,9 +132,9 @@ SET(GOOD_TESTS working_with_groups_ex05.py working_with_groups_ex06.py ) -IF(CAS_VERSION_STR VERSION_GREATER "6.8.0") +IF(CAS_VERSION_STR VERSION_GREATER "6.9.0") LIST(APPEND GOOD_TESTS - fast_intersection.py + check_self_intersections_fast.py ) ENDIF() -- 2.39.2