From 0f1c42a84c4a1abb7cb86f31d60449c1471038a9 Mon Sep 17 00:00:00 2001 From: ouv Date: Thu, 3 May 2012 12:23:00 +0000 Subject: [PATCH] Issue 0021571: EDF GEOM: standard GEOM test fails --- src/GEOM_SWIG/GEOM_TestOthers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.39.2