X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FTest%2FTestUnion4Faces.py;fp=src%2FFeaturesPlugin%2FTest%2FTestUnion4Faces.py;h=7557083dfddccb977f90953d4d3a3b444da4941c;hb=aed55d2496b384351b0f5dfa406ff683e678bec8;hp=f499624df90cd83a274363aebb89f7b48bd735ca;hpb=291cd99bc11c32b3ed44d8e4eab1b23a14b5ddbd;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/Test/TestUnion4Faces.py b/src/FeaturesPlugin/Test/TestUnion4Faces.py index f499624df..7557083df 100644 --- a/src/FeaturesPlugin/Test/TestUnion4Faces.py +++ b/src/FeaturesPlugin/Test/TestUnion4Faces.py @@ -58,8 +58,8 @@ Partition_1 = model.addPartition(Part_1_doc, [model.selection("FACE", "Face_2_1" Union_1 = model.addUnion(Part_1_doc, [model.selection("FACE", "Partition_1_1_1"), model.selection("FACE", "Partition_1_1_3"), model.selection("FACE", "Partition_1_1_4")]) model.do() -model.checkBooleansResult(Partition_1,model,1,[4],[0],[4],[18],[36]) -model.testHaveNamingSubshapes(Partition_1,model,Part_1_doc) +model.checkBooleansResult(Union_1,model,1,[2],[0],[2],[13],[26]) +#model.testHaveNamingSubshapes(Union_1,model,Part_1_doc) model.end()