]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ConstructionAPI/Test/TestPoint.cpp
Salome HOME
Test ConstructionAPI_Point by old PythonAPI tests
[modules/shaper.git] / src / ConstructionAPI / Test / TestPoint.cpp
index cb17fc964b83d76059268441879894ba1fc8aa3f..aeb6657d25974b89c07ee11c129fcb9be607d1aa 100644 (file)
@@ -121,16 +121,6 @@ TEST_F(ConstructionAPI_Point_Constructor_Test, GetFeatureAndValues) {
   ConstructionAPI_Point aPoint(aFeature, 10, "20", std::string("x + 30"));
 }
 
-TEST_F(ConstructionAPI_Point_Constructor_Test, addPoint) {
-  DocumentPtr aDocument(&aMockDocument, &null_deleter);
-
-  EXPECT_CALL(aMockDocument, addFeature("Point", true));
-
-  testInitializeFeature();
-
-  PointPtr aPoint = addPoint(aDocument);
-}
-
 TEST_F(ConstructionAPI_Point_Constructor_Test, addPointWithValues) {
   DocumentPtr aDocument(&aMockDocument, &null_deleter);