Salome HOME
Improve the coverage report generator file
[modules/shaper.git] / src / SketchPlugin / Test / TestFillet.py
index a8b1f08b3a1ea82e8c37d56ee83d81b1c6a495fd..e2535877587a4d0b1b0e3bde273957678be10011 100644 (file)
@@ -25,7 +25,6 @@
     SketchPlugin_Fillet
         static const std::string MY_CONSTRAINT_FILLET_ID("SketchFillet");
         data()->addAttribute(SketchPlugin_Constraint::VALUE(), ModelAPI_AttributeDouble::typeId());
-        data()->addAttribute(SketchPlugin_Constraint::ENTITY_A(), ModelAPI_AttributeRefAttrList::typeId());
         data()->addAttribute(SketchPlugin_Constraint::ENTITY_B(), ModelAPI_AttributeRefList::typeId());
         data()->addAttribute(SketchPlugin_Constraint::ENTITY_C(), ModelAPI_AttributeRefAttrList::typeId());