]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/Test/Test1064.py
Salome HOME
Fixed ModelAPI tests.
[modules/shaper.git] / src / ModelAPI / Test / Test1064.py
index bd2599e08c9ca09a496b8c57848ff9458289c8a2..cae7ccd6bfcff8c4e175eccc734eaabefb697fc8 100644 (file)
@@ -93,7 +93,7 @@ aSession.setActiveDocument(aPartSet)
 aPlane = aPartSet.addFeature("Plane")
 aPlane.string("creation_method").setValue("by_other_plane")
 aPlane.string("by_other_plane_option").setValue("by_distance_from_other")
-aPlane.selection("plane").selectSubShape("face", "Part_1/Extrusion_1_1/Generated_Face_2")
+aPlane.selection("plane").selectSubShape("face", "Part_1/_weak_name_5_Extrusion_1_1")
 aPlane.real("distance").setValue(0.001)
 aPlane.boolean("reverse").setValue(False)
 aSession.finishOperation()