}
@Test
public void testUpdateWithRequestParamOptionalSingle() throws Exception {
Map<String, Object> storeRequest = new LinkedHashMap<String, Object>();
Row row = new Row(10, "Ralph", true, "109.55");
storeRequest.putAll(ControllerUtil.convertValue(row, Map.class));
executeUpdate("remoteProviderStoreModifySingle", storeRequest, "update4");
storeRequest = new LinkedHashMap<String, Object>();
storeRequest.putAll(ControllerUtil.convertValue(row, Map.class));