response = client.handle(makePut(rootFeed,new StringRepresentation("<feed xmlns='http://www.w3.org/2005/Atom'><title>Root</title><category term='test'/><category term='bingo'/></feed>",MediaType.APPLICATION_ATOM)));
System.out.println("Status: "+response.getStatus());
assertTrue(response.getStatus().isSuccess());
response.getEntity().release();
config.stopServer();
}
}