fail(e.getMessage());
}
try
{
RepositoryController.getController().delete(this.newRepositoryVO, new InfoGluePrincipal("test-user", "first", "last", "email", Collections.singletonList(new InfoGlueRole("cmsUser", "test description", null)), new ArrayList(), false, null));
}
catch(Exception e)
{
e.printStackTrace();
fail(e.getMessage());