Salome HOME
Fix for the re-usage of the path of pipe twice, now it is concealed due to the issue...
authormpv <mpv@opencascade.com>
Mon, 2 Dec 2019 13:59:17 +0000 (16:59 +0300)
committermpv <mpv@opencascade.com>
Mon, 2 Dec 2019 13:59:29 +0000 (16:59 +0300)
src/GeomValidators/GeomValidators_BodyShapes.cpp
test.hdfs/roselend.py

index b00864d4d7851f00d74851041d68dbb79b0162a9..098f706fc4963f9253979f7a5a3faac12fbbd5c1 100644 (file)
@@ -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;
       }
     }
index 875d48f4313f8b5fbda096ee7689d698b145a765..80755d187de9449733f49b29e41d89d2e7518de3 100644 (file)
@@ -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])