From: mpv Date: Tue, 3 Dec 2019 05:25:22 +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~134 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=777fd8156d9bc275e7946a0478d0cd3ffbcf36ef;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/test.hdfs/roselend.py b/test.hdfs/roselend.py index 80755d187..6032634e2 100644 --- a/test.hdfs/roselend.py +++ b/test.hdfs/roselend.py @@ -25,4 +25,4 @@ if __name__ == "__main__": model.testNbSubShapes(aPartFeature, GeomAPI_Shape.FACE, [875]) model.testNbSubShapes(aPartFeature, GeomAPI_Shape.EDGE, [4659]) model.testNbSubShapes(aPartFeature, GeomAPI_Shape.VERTEX, [9318]) - model.testResultsVolumes(aPartFeature, [146125516.28660]) + model.testResultsVolumes(aPartFeature, [145241798.70546785])