Assert.assertEquals("http://www.geomajas.org/url1",
fixSlash(feature.getAttributes().get("urlAttr").getValue().toString()));
view.render(mav.getModel(), request, response);
response.flushBuffer();
Object json = new JSONParser().parse(response.getContentAsString());
String isodate = GeoJSONUtil.DATE_FORMAT.format(c.getTime());
Assert.assertTrue(json instanceof JSONObject);
Assert.assertEquals("{\"type\":\"Feature\"," + "\"geometry\":{\"type\":\"MultiPolygon\","
+ "\"coordinates\":[[[[0.0,0.0],[1,0.0],[1,1],[0.0,1],[0.0,0.0]]]]}," + "\"properties\":{"
+ "\"stringAttr\":\"bean1\"," + "\"booleanAttr\":true," + "\"currencyAttr\":\"100,23\","