}
@Test
public void testPOSTUpdate()
throws Exception {
Update postUpdate = new Update("junit/post", "test_data");
postUpdate.addParameter("field2", "UpdatedByPOST");
postUpdate.setMethodPOST(true);
boolean result = foo.updateDocument(postUpdate);
assertTrue(result);
// Retrieve the field and make sure the value is correct