Salome HOME
Some obsolete interface python interfaces are removed
[modules/shaper.git] / src / PythonAPI / Test / TestFeatures.py
index 4a071252f9d859c0f064974d4eaecc7c2b0e871d..549d6583b1929d8ff6475d66390d198953c1b15d 100644 (file)
@@ -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"))