]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Update reference data in unit-test.
authorazv <azv@opencascade.com>
Thu, 31 Jan 2019 07:24:05 +0000 (10:24 +0300)
committerazv <azv@opencascade.com>
Thu, 31 Jan 2019 07:24:05 +0000 (10:24 +0300)
src/CollectionPlugin/Test/TestGroupMove9.py

index 65bd192c94204e7d64a16f0f9e7349cbcc4d53a2..f8b338348d980d8d10e97441e0533450670b660f 100644 (file)
@@ -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())