Salome HOME
Fixed a problem where the boolean cut operation of a self-intersecting compound again...
[modules/shaper.git] / src / FeaturesPlugin / tests.set
index 393bc27e372859449568357273c7ea34f4f3fcc0..98f8623c6e627e6f85f3dabf1bf004dc4c4e7614 100644 (file)
@@ -17,7 +17,7 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-SET(TEST_NAMES
+SET(TEST_NAMES_PARA
                TestExtrusion.py
                TestExtrusionOfCompound.py
                TestExtrusionCut.py
@@ -178,7 +178,8 @@ SET(TEST_NAMES
                TestMeasurementAngle3Points.py
                TestMeasurementPresentation.py
                TestFusionFaces.py
-               TestFusionFaces2697.py 
+               TestFusionFaces2697.py
+               TestFusionFaces32443.py
                Test1379.py
                Test1922.py
                Test1942.py
@@ -227,6 +228,7 @@ SET(TEST_NAMES
                TestBooleanCut_Shell_Shell.py
                TestBooleanCut_ShellCompound_ShellCompound.py
                TestBooleanCut_Solid_Solid.py
+               TestBooleanCut_Solid_Compound.py
                TestBooleanCut_SolidCompound_SolidCompound.py
                TestBooleanCut_Vertex_Vertex.py
                TestBooleanCut_VertexCompound_Solid.py
@@ -497,7 +499,6 @@ SET(TEST_NAMES
                Test2817.py
                Test19065.py
                Test19066.py
-               Test19115.py
                Test19196.py
                TestFillet1D_ErrorMsg.py
                TestFillet1D_Vertices_1.py
@@ -519,11 +520,33 @@ SET(TEST_NAMES
                Test20245_1.py
                Test20245_2.py
                Test20245_3.py
+               Test20245_3_geometrical.py
                Test20247.py
                Test22847.py
                TestPointCoordinates.py
+               TestPointCloud.py
                TestGeometryCalculation.py
                TestBoundingBox.py
                Test23885.py
                TestNormalToFace.py
+               TestLoft.py
+               TestSewing_Manifold.py
+               TestSewing_NonManifold.py
+               TestSewing_Groups.py
+               TestGlueFaces_Compound.py
+               TestGlueFaces_Faces.py
+               TestGlueFaces_Shell.py
+               TestGlueFaces_Solids.py
+               TestLimitTolerance.py
+               TestLimitTolerance_Face.py
+               TestBooleanCut_Fuzzy_1.py
+               TestBooleanCut_Fuzzy_2.py
+               TestBooleanFuse_Fuzzy.py
+               TestBooleanCommon_Fuzzy.py
 )
+
+SET(TEST_NAMES_SEQ
+               Test19115.py
+)
+
+set(TEST_NAMES ${TEST_NAMES_PARA} ${TEST_NAMES_SEQ})