From edf185f6fddc3186a42615487903dadb0df83253 Mon Sep 17 00:00:00 2001 From: dbv Date: Wed, 25 May 2016 10:07:00 +0300 Subject: [PATCH] Fix for SubShapes test. --- src/BuildPlugin/Test/TestSubShapes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2