// Include minimal requirements for dummy XML repository.
super.setUp(config);
// Add in the remote quota cache stuff
// First an entry for the global settings
List quotaListGlobal = new ArrayList();
quotaListGlobal.add(new ConfigValueRemoteQuota(
"http://global-one.com", 60));
quotaListGlobal.add(new ConfigValueRemoteQuota(
"http://global-two.com", 40));
config.remotePolicyQuotaList = quotaListGlobal;
config.remoteRepositoryTimeout = new Integer(9);
}