X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FTest%2FTestFillEdgeVertex.py;h=ce2e768f05246b761255a93d8502efd678b0c7a1;hb=4185b589d82fd53989bc0d1924be9ce5923e9f79;hp=3ff610374788637b9854019f266adea2edd61b48;hpb=63b8fb5369c00637c57274850176e095a60a0e08;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/Test/TestFillEdgeVertex.py b/src/FeaturesPlugin/Test/TestFillEdgeVertex.py index 3ff610374..ce2e768f0 100644 --- a/src/FeaturesPlugin/Test/TestFillEdgeVertex.py +++ b/src/FeaturesPlugin/Test/TestFillEdgeVertex.py @@ -39,7 +39,6 @@ model.do() Edge_1 = model.addEdge(Part_1_doc, [model.selection("EDGE", "Sketch_1/SketchLine_1")]) Fill_1 = model.addFill(Part_1_doc, [model.selection("EDGE", "Edge_1_1")], [model.selection("VERTEX", "Vertex_1_1")]) model.do() - model.checkResult(Fill_1,model,1,[2],[0],[0],[2],[4]) model.testHaveNamingSubshapes(Fill_1,model,Part_1_doc)