X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FTest%2FTestPartitionFaceWire.py;h=3a6a56b86d244047c92c372e8f3651bed65af667;hb=0f5ecf0887261ef44c302dd1414924713fc481e1;hp=2245856c115d9488ed758bbe66f8293a54822349;hpb=0d3a31a7a6fb4f680c3b3f1360f5a6b40b6a4f0b;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/Test/TestPartitionFaceWire.py b/src/FeaturesPlugin/Test/TestPartitionFaceWire.py index 2245856c1..3a6a56b86 100644 --- a/src/FeaturesPlugin/Test/TestPartitionFaceWire.py +++ b/src/FeaturesPlugin/Test/TestPartitionFaceWire.py @@ -57,7 +57,7 @@ Face_1 = model.addFace(Part_1_doc, [model.selection("EDGE", "Sketch_2/Edge-Sketc Partition_1 = model.addPartition(Part_1_doc, [model.selection("FACE", "Face_1_1"), model.selection("WIRE", "Wire_1_1")]) model.do() -model.checkBooleansResult(Partition_1,model,1,[6],[0],[5],[39],[78]) +model.checkResult(Partition_1,model,1,[6],[0],[5],[39],[78]) model.testHaveNamingSubshapes(Partition_1,model,Part_1_doc) model.end()