public void testFollowLifecycleTransition()
throws RepositoryException, NotExecutableException {
Node node = superuser.getNode(path);
try {
node.followLifecycleTransition(transition);
// Note that there is nothing much here for us to check,
// as the spec doesn't specify any fixed behaviour for
// this method!
} catch (UnsupportedRepositoryOperationException e) {
fail("Unable to follow lifecycle transition \"" + transition