Exemplo n.º 1
0
 @Override
 protected void oneTimeSetUp() throws Exception {
   super.oneTimeSetUp();
   WFSInfo wfs = getWFS();
   wfs.setFeatureBounding(true);
   getGeoServer().save(wfs);
 }
Exemplo n.º 2
0
  @Override
  protected void setUpInternal(SystemTestData data) throws Exception {
    WFSInfo wfs = getWFS();
    wfs.setFeatureBounding(true);
    getGeoServer().save(wfs);

    data.addVectorLayer(NULL_GEOMETRIES, Collections.EMPTY_MAP, getClass(), getCatalog());
  }