@Test
public void testPUTUpdate()
throws Exception {
Update putUpdate = new Update("junit/put", "test_data");
putUpdate.addParameter("field1", "UpdatedByPUT");
boolean result = foo.updateDocument(putUpdate);
assertTrue(result);
// Retrieve the field and make sure the value is correct