X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModelAPI%2FTest%2FTestConstants.py;h=c15375d72726aac12387d0a8fff9d3fafbfc6579;hb=dc50f2f6b509a5dd5de0be397a3fe4564cb8d98d;hp=fd851f31042303b71a63cd7925e873d1691ded77;hpb=dc488f733ac5d7f70745b5764442aa2399bc3c63;p=modules%2Fshaper.git diff --git a/src/ModelAPI/Test/TestConstants.py b/src/ModelAPI/Test/TestConstants.py index fd851f310..c15375d72 100644 --- a/src/ModelAPI/Test/TestConstants.py +++ b/src/ModelAPI/Test/TestConstants.py @@ -3,8 +3,8 @@ #=============================================================================== from ModelAPI import * assert (ModelAPI_Feature.group() == "Features") -assert (ModelAPI_AttributeDocRef.type() == "DocRef") -assert (ModelAPI_AttributeDouble.type() == "Double") -assert (ModelAPI_AttributeReference.type() == "Reference") -assert (ModelAPI_AttributeRefAttr.type() == "RefAttr") -assert (ModelAPI_AttributeRefList.type() == "RefList") \ No newline at end of file +assert (ModelAPI_AttributeDocRef.typeId() == "DocRef") +assert (ModelAPI_AttributeDouble.typeId() == "Double") +assert (ModelAPI_AttributeReference.typeId() == "Reference") +assert (ModelAPI_AttributeRefAttr.typeId() == "RefAttr") +assert (ModelAPI_AttributeRefList.typeId() == "RefList") \ No newline at end of file