예제 #1
0
  @Before
  public void setUp() throws Exception {
    super.setUpTestsWithEdition(false);

    testFile = new File(TestResourceHandler.OTHERRESOURCES, "test.csv");
    testDB =
        new DBSource(
            null,
            0,
            TestResourceHandler.OTHERRESOURCES + "testhsqldb",
            "sa",
            "",
            "gisapps",
            "jdbc:hsqldb:file");
    testWMS = new WMSSource("127.0.0.1", "cantons", "EPSG:1234", "format/pig");
    obj = new MemoryDataSetDriver();
  }
예제 #2
0
 @Before
 public void setUp() throws Exception {
   super.setUpTestsWithEdition(false);
 }