Salome HOME
Update unit tests for BuildPlugin module
[modules/shaper.git] / src / BuildPlugin / Test / TestFace.py
index a64a2f913a125e963a829e1192f189e10333f5d4..0dfab8afc6a57a3d72c2ce0cb4673395efe80000 100644 (file)
@@ -107,7 +107,7 @@ aCylinderShape = aCylinderResult.shape()
 aSession.startOperation()
 aFaceFeature2 = aPart.addFeature("Face")
 aBaseObjectsList = aFaceFeature2.selectionList("base_objects")
-aBaseObjectsList.append("Cylinder_1_1/Face_1&Cylinder_1_1/Face_2", "EDGE")
+aBaseObjectsList.append("[Cylinder_1_1/Face_1][Cylinder_1_1/Face_2]", "EDGE")
 aSession.finishOperation()
 assert (len(aFaceFeature2.results()) > 0)