Ejemplo n.º 1
0
  @Test
  public void testPatch() throws Exception {
    doAddPoints();

    Patch p = ws.patch("point", ws.get("point").getRevision().getId().toString());
    assertEquals(2, p.getAddedFeatures().size());
  }