From: dbv Date: Wed, 25 May 2016 07:07:00 +0000 (+0300) Subject: Fix for SubShapes test. X-Git-Tag: V_2.3.1~59 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=edf185f6fddc3186a42615487903dadb0df83253;p=modules%2Fshaper.git Fix for SubShapes test. --- diff --git a/src/BuildPlugin/Test/TestSubShapes.py b/src/BuildPlugin/Test/TestSubShapes.py index 5f6874641..59668662c 100644 --- a/src/BuildPlugin/Test/TestSubShapes.py +++ b/src/BuildPlugin/Test/TestSubShapes.py @@ -115,7 +115,7 @@ aSession.startOperation() aSubShapesFeature = aPart.addFeature("SubShapes") aBaseShapeSelection = aSubShapesFeature.selection("base_shape") aBaseShapeSelection.setValue(aFaceResult, None) -aSubShapesList = aSubShapesFeature.selectionList("sub_shapes") +aSubShapesList = aSubShapesFeature.selectionList("subshapes") for aPoint in aPoints: aSubShapesList.append(aSketchResult, aPoint) aShapeExplorer = GeomAPI_ShapeExplorer(aSketchShape, GeomAPI_Shape.EDGE)