From: mpv Date: Fri, 22 Mar 2019 05:16:04 +0000 (+0300) Subject: Update of the unit-test for checking the issue #2892 X-Git-Tag: V9_3_0b2~10 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4f31e38711a946da12c314808ab09c721d271dcb;hp=99c58ea100c94938c5c4e6654a2bc3960f0f0c96;p=modules%2Fshaper.git Update of the unit-test for checking the issue #2892 --- diff --git a/src/ModelAPI/Test/Test2241.py b/src/ModelAPI/Test/Test2241.py index d325fb59d..b758161f0 100644 --- a/src/ModelAPI/Test/Test2241.py +++ b/src/ModelAPI/Test/Test2241.py @@ -176,3 +176,6 @@ for Group in [Group_1, Group_2, Group_3]: for a in range(Group.groupList().size()): assert(Group.groupList().value(a).value().shapeTypeStr() == "FACE") assert(len(Group.groupList().value(a).namingName()) > 0) + +# for the issue #2892 check fix +assert(model.checkPythonDump())