removeLineSeparators(json),
removeLineSeparators(LOCATION_JSON_POST));
}
public void createLocationForPut() {
PutEntityRequest request = new PutEntityRequest(null, location.getId(), "location", location, location.getRevision());
String json = strategy.createJsonForPut(request);
Assert.assertEquals(
removeLineSeparators(json),
removeLineSeparators(LOCATION_JSON_PUT));