// test relPath
params.clear();
GetItemCommand getItemCommandRelPath = (GetItemCommand)cservice.getCatalog("CLI").getCommand("getitem");
params.add("testJCRClientCommands");
ctx.put(PARAMETERS_KEY, params);
getItemCommandRelPath.execute(ctx);
assertEquals(ctx.getCurrentItem().getName(), "testJCRClientCommands");
}
public void testFinallyRemoveNodes() throws Exception
{