Salome HOME
updated copyright message
[modules/shaper.git] / src / FeaturesPlugin / tests.set
index 404476a4096043285e77d3139343eda740148aee..5c940ea3af8b92dcb645d1e10d485ce1afe91a48 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2021  CEA/DEN, EDF R&D
+# Copyright (C) 2021-2023  CEA, EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -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
@@ -110,6 +110,7 @@ SET(TEST_NAMES
                TestRemoveSubShapes5.py
                TestRemoveSubShapes6.py
                TestPipe.py
+               TestPipe_DoNotMovePath.py
                TestPipe_Edge.py
                TestPipe_Wire.py
                TestPipe_Compound.py
@@ -177,7 +178,8 @@ SET(TEST_NAMES
                TestMeasurementAngle3Points.py
                TestMeasurementPresentation.py
                TestFusionFaces.py
-               TestFusionFaces2697.py 
+               TestFusionFaces2697.py
+               TestFusionFaces32443.py
                Test1379.py
                Test1922.py
                Test1942.py
@@ -226,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
@@ -393,6 +396,9 @@ SET(TEST_NAMES
                TestCopySubShapes.py
                TestCopyWholeFeature.py
                TestImportResult.py
+               TestImportResultWithGroups1.py
+               TestImportResultWithGroups2.py
+               TestImportResultWithGroups3.py
                TestDefeaturing_ErrorMsg.py
                TestDefeaturing_OnSolid1.py
                TestDefeaturing_OnSolid2.py
@@ -493,7 +499,6 @@ SET(TEST_NAMES
                Test2817.py
                Test19065.py
                Test19066.py
-               Test19115.py
                Test19196.py
                TestFillet1D_ErrorMsg.py
                TestFillet1D_Vertices_1.py
@@ -515,10 +520,34 @@ 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
+               TestCheckSharedFaces.py
 )
+
+SET(TEST_NAMES_SEQ
+               Test19115.py
+)
+
+set(TEST_NAMES ${TEST_NAMES_PARA} ${TEST_NAMES_SEQ})