From: mpv Date: Mon, 2 Dec 2019 13:59:17 +0000 (+0300) Subject: Fix for the re-usage of the path of pipe twice, now it is concealed due to the issue... X-Git-Tag: V9_5_0a1~135 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a05cf493999405c5ca57948e32807c0264f1c457;p=modules%2Fshaper.git Fix for the re-usage of the path of pipe twice, now it is concealed due to the issue #18352. --- diff --git a/src/GeomValidators/GeomValidators_BodyShapes.cpp b/src/GeomValidators/GeomValidators_BodyShapes.cpp index b00864d4d..098f706fc 100644 --- a/src/GeomValidators/GeomValidators_BodyShapes.cpp +++ b/src/GeomValidators/GeomValidators_BodyShapes.cpp @@ -65,7 +65,7 @@ bool GeomValidators_BodyShapes::isValid(const AttributePtr& theAttribute, break; } if (aIt == aResList.cend()) { - theError = "Error: Feature doesn't creates body."; + theError = "Error: Feature doesn't create body."; return false; } } diff --git a/test.hdfs/roselend.py b/test.hdfs/roselend.py index 875d48f43..80755d187 100644 --- a/test.hdfs/roselend.py +++ b/test.hdfs/roselend.py @@ -23,6 +23,6 @@ if __name__ == "__main__": model.testNbSubResults(aPartFeature, [0]) model.testNbSubShapes(aPartFeature, GeomAPI_Shape.SOLID, [32]) model.testNbSubShapes(aPartFeature, GeomAPI_Shape.FACE, [875]) - model.testNbSubShapes(aPartFeature, GeomAPI_Shape.EDGE, [4665]) - model.testNbSubShapes(aPartFeature, GeomAPI_Shape.VERTEX, [9330]) - model.testResultsVolumes(aPartFeature, [145241798.705457538]) + model.testNbSubShapes(aPartFeature, GeomAPI_Shape.EDGE, [4659]) + model.testNbSubShapes(aPartFeature, GeomAPI_Shape.VERTEX, [9318]) + model.testResultsVolumes(aPartFeature, [146125516.28660])