From 871dffae7f38fa69048b9ac179f7c01bd1ead5c0 Mon Sep 17 00:00:00 2001 From: azv Date: Thu, 31 Jan 2019 10:24:05 +0300 Subject: [PATCH] Update reference data in unit-test. --- src/CollectionPlugin/Test/TestGroupMove9.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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()) -- 2.39.2