From: azv Date: Thu, 31 Jan 2019 07:24:05 +0000 (+0300) Subject: Update reference data in unit-test. X-Git-Tag: HighLevelObjectsHierarchy~13^2~18 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=871dffae7f38fa69048b9ac179f7c01bd1ead5c0;p=modules%2Fshaper.git Update reference data in unit-test. --- diff --git a/src/CollectionPlugin/Test/TestGroupMove9.py b/src/CollectionPlugin/Test/TestGroupMove9.py index 65bd192c9..f8b338348 100644 --- a/src/CollectionPlugin/Test/TestGroupMove9.py +++ b/src/CollectionPlugin/Test/TestGroupMove9.py @@ -60,7 +60,7 @@ assert(aFactory.validate(Group_1.feature())) # same-plane faces should be merged selectionList = Group_2.feature().selectionList("group_list") -assert(selectionList.size() == 7) +assert(selectionList.size() == 11) assert(aFactory.validate(Group_2.feature())) # shared edges of merged faces should be deleted @@ -71,3 +71,5 @@ assert(aFactory.validate(Group_3.feature())) selectionList = Group_4.feature().selectionList("group_list") assert(selectionList.size() == 10) assert(aFactory.validate(Group_4.feature())) + +assert(model.checkPythonDump())