]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/CollectionPlugin/Test/TestGroupMove8.py
Salome HOME
Debug of groups movement to the end for fillet feature unit-tests.
[modules/shaper.git] / src / CollectionPlugin / Test / TestGroupMove8.py
index 7c0451e5717ad05659b1294ef91c6b0fbe3b7a5c..91fbcc3844cb91aff26841d2b204ecb7edb8cedb 100644 (file)
@@ -84,7 +84,7 @@ assert(selectionList.size() == 3)
 assert(aFactory.validate(Group_5.feature()))
 
 selectionList = Group_6.feature().selectionList("group_list")
-assert(selectionList.size() == 3)
+assert(selectionList.size() == 2) # edge selected for the fillet become removed
 assert(aFactory.validate(Group_6.feature()))
 
 model.begin()