Salome HOME
bos #20450: clean up images with duplicate names
[modules/shaper.git] / test.hdfs / roselend.py
index e0533c3541b007ec94779b3a7df20a73dbf57256..6b8d47f34919dc18beab6275bf965dc8fedc6f60 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+# Copyright (C) 2014-2021  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 #
 
 if __name__ == "__main__":
+  aPartFeature = locals()["Part_1"]
   model.testNbResults(aPartFeature, 1)
   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, [145241798.70546785])