Enabled check for Importer Test Case

This commit is contained in:
afabiani 2015-05-14 15:13:27 +02:00
parent 3877670dc5
commit 51bc4650c2

View File

@ -41,6 +41,9 @@ public class GeoserverRESTImporterTest extends GeoserverRESTTest {
@Test @Test
public void testShapeFileImport() throws Exception { public void testShapeFileImport() throws Exception {
if (!enabled())
return;
// Creates a new Importer Context and gets back the ID // Creates a new Importer Context and gets back the ID
int i = publisher.postNewImport(); int i = publisher.postNewImport();