added RepositoryExtendedPermisionITCase

This commit is contained in:
Sebastian Sdorra
2011-02-21 21:20:20 +01:00
parent c404b1ec10
commit 208c71df9a
2 changed files with 201 additions and 0 deletions

View File

@@ -121,6 +121,21 @@ public class IntegrationTestUtil
assertFalse(types.isEmpty());
}
/**
* Method description
*
*
* @return
*/
public static Client createAdminClient()
{
Client client = createClient();
authenticateAdmin(client);
return client;
}
/**
* Method description
*