From: ouv Date: Thu, 3 May 2012 12:23:00 +0000 (+0000) Subject: Issue 0021571: EDF GEOM: standard GEOM test fails X-Git-Tag: V6_5_0b1~11 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0f1c42a84c4a1abb7cb86f31d60449c1471038a9;p=modules%2Fgeom.git Issue 0021571: EDF GEOM: standard GEOM test fails --- diff --git a/src/GEOM_SWIG/GEOM_TestOthers.py b/src/GEOM_SWIG/GEOM_TestOthers.py index e9f0b373d..8e65788e2 100644 --- a/src/GEOM_SWIG/GEOM_TestOthers.py +++ b/src/GEOM_SWIG/GEOM_TestOthers.py @@ -468,7 +468,7 @@ def TestOtherOperations (geompy, math): geompy.addToStudy(freeFacesWithoutExtra, "freeFacesWithoutExtra") # GetSharedShapes - sharedFaces = geompy.GetSharedShapes(part, freeFacesWithoutExtra, + sharedFaces = geompy.GetSharedShapes(part, freeFaces, geompy.ShapeType["FACE"]) ind = 1 for shFace in sharedFaces: @@ -476,7 +476,7 @@ def TestOtherOperations (geompy, math): ind = ind + 1 pass - sharedEdges = geompy.GetSharedShapesMulti([part, freeFacesWithoutExtra], + sharedEdges = geompy.GetSharedShapesMulti([part, freeFaces], geompy.ShapeType["EDGE"]) ind = 1 for shEdge in sharedEdges: