142143144145146147148149
private static FedoraClient CLIENT_BOGUS_USER; @BeforeClass public static void bootstrap() throws Exception { policyUtils = new PolicyUtils(getClient(true, true, true)); ingestImageCollectionDemoObjects(getClient(true, true, true)); }
7980818283848586878889
try { if (logger.isDebugEnabled()) { logger.debug("Setting up..."); } policyUtils = new PolicyUtils(s_client); //PolicyStoreFactory f = new PolicyStoreFactory(); //polMan = f.newPolicyStore(); //polMan = new PolicyStoreService();
7576777879808182838485
if (logger.isDebugEnabled()) { logger.debug("Setting up..."); } FedoraClient client = getFedoraClient(); policyUtils = new PolicyUtils(client); client.shutdown(); //PolicyStoreFactory f = new PolicyStoreFactory(); //polMan = f.newPolicyStore();