]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ConstructionAPI/Test/TestPoint.cpp
Salome HOME
Cleare Macros for easy atribute initialization in C++HighAPI interfaces
[modules/shaper.git] / src / ConstructionAPI / Test / TestPoint.cpp
index b136b03675f83e3f963f8afa04c0d5e421d86be1..b053d5f6ca502ca8d4a198e93089cde12ebc5682 100644 (file)
@@ -117,7 +117,8 @@ TEST_F(ConstructionAPI_Point_Constructor_Test, GetFeatureAndValues) {
   ConstructionAPI_Point aPoint(aFeature, 10, "20", std::string("x + 30"));
 }
 
-TEST_F(ConstructionAPI_Point_Constructor_Test, addPointWithValues) {
+
+TEST_F(ConstructionAPI_Point_Constructor_Test, addPoint) {
   DocumentPtr aDocument(&aMockDocument, &null_deleter);
 
   EXPECT_CALL(aMockDocument, addFeature("Point", true));