X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPythonAPI%2FTest%2FTestFeatures.py;h=549d6583b1929d8ff6475d66390d198953c1b15d;hb=87142823ddad4e9de5cfa7fd0ffd40f810dfd280;hp=4a071252f9d859c0f064974d4eaecc7c2b0e871d;hpb=1c292b5bf95e18a6c8fbe407c532213e10c673c5;p=modules%2Fshaper.git diff --git a/src/PythonAPI/Test/TestFeatures.py b/src/PythonAPI/Test/TestFeatures.py index 4a071252f..549d6583b 100644 --- a/src/PythonAPI/Test/TestFeatures.py +++ b/src/PythonAPI/Test/TestFeatures.py @@ -74,7 +74,9 @@ class FeaturesTestCase(FeaturesFixture): FeaturesAPI.FeaturesAPI_Placement(self.part.addFeature("Placement")) FeaturesAPI.FeaturesAPI_Rotation(self.part.addFeature("Rotation")) FeaturesAPI.FeaturesAPI_Translation(self.part.addFeature("Translation")) - FeaturesAPI.FeaturesAPI_Group(self.part.addFeature("Group")) + + import CollectionAPI + CollectionAPI.CollectionAPI_Group(self.part.addFeature("Group")) import PrimitivesAPI PrimitivesAPI.PrimitivesAPI_Box(self.part.addFeature("Box"))