ensureMixinType(b1, mixShareable);
b1.save();
// clone
Workspace workspace = b1.getSession().getWorkspace();
workspace.clone(workspace.getName(), b1.getPath(),
a2.getPath() + "/b2", false);
// a1.getNodes(*) should return b1
Node[] children = toArray(a1.getNodes("*"));
assertEquals(1, children.length);