params.clear();
MoveNodeCommand moveNodeCommand = (MoveNodeCommand)cservice.getCatalog("CLI").getCommand("movenode");
params.add("/copyOftestJCRClientCommands");
params.add("/newCopyOftestJCRClientCommands");
ctx.put(PARAMETERS_KEY, params);
moveNodeCommand.execute(ctx);
System.out.println("[out]:" + ctx.getOutput());
assertNotNull(ctx.getSession().getRootNode().getNode("newCopyOftestJCRClientCommands"));
}
public void testHelpCommand() throws Exception