s_client.shutdown();
}
@Before
public void setUp() throws Exception {
client = new FedoraClient(new FedoraCredentials(getBaseURL(),
getUsername(), getPassword()));
Map<String, String> nsMap = new HashMap<String, String>();
nsMap.put(ACCESS.prefix, ACCESS.uri);
NamespaceContext ctx = new SimpleNamespaceContext(nsMap);
XMLUnit.setXpathNamespaceContext(ctx);