From a05cf493999405c5ca57948e32807c0264f1c457 Mon Sep 17 00:00:00 2001 From: mpv Date: Mon, 2 Dec 2019 16:59:17 +0300 Subject: [PATCH] Fix for the re-usage of the path of pipe twice, now it is concealed due to the issue #18352. --- src/GeomValidators/GeomValidators_BodyShapes.cpp | 2 +- test.hdfs/roselend.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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]) -- 2.39.2