X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2Ftests.set;h=88743ea12fa2bf63f882d2670796c7f85c56beb8;hb=f23ef27e88741f87c35b99a363758a9134d69c48;hp=1274228bc8b2c3c7c39ae96359b0c1fec7317c76;hpb=037fe596b0fb33397a23058aa89594f477c6c77a;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/tests.set b/src/FeaturesPlugin/tests.set index 1274228bc..88743ea12 100644 --- a/src/FeaturesPlugin/tests.set +++ b/src/FeaturesPlugin/tests.set @@ -1,4 +1,4 @@ -# Copyright (C) 2021 CEA/DEN, EDF R&D +# Copyright (C) 2021-2022 CEA/DEN, EDF R&D # # 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 @@ -178,7 +178,7 @@ SET(TEST_NAMES TestMeasurementAngle3Points.py TestMeasurementPresentation.py TestFusionFaces.py - TestFusionFaces2697.py + TestFusionFaces2697.py Test1379.py Test1922.py Test1942.py @@ -497,7 +497,6 @@ SET(TEST_NAMES Test2817.py Test19065.py Test19066.py - Test19115.py Test19196.py TestFillet1D_ErrorMsg.py TestFillet1D_Vertices_1.py @@ -522,8 +521,16 @@ SET(TEST_NAMES Test20247.py Test22847.py TestPointCoordinates.py + TestPointCloud.py TestGeometryCalculation.py TestBoundingBox.py Test23885.py TestNormalToFace.py + TestLoft.py ) + +SET(TEST_NAMES_SEQ + Test19115.py +) + +set(TEST_NAMES ${TEST_NAMES_PARA} ${TEST_NAMES_SEQ})