changeset 979:7a6985fbb3c8

Deactivate tests for validators and land-interfaces. These tests depend on test data which do not exist anymore.
author Tom Gottfried <tom@intevation.de>
date Tue, 14 Jun 2016 18:33:09 +0200
parents 1a3a3996e072
children 1da90ad6b35f
files src/test/java/de/intevation/lada/LandTest.java src/test/java/de/intevation/lada/ValidatorTest.java
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/test/java/de/intevation/lada/LandTest.java	Tue Jun 14 18:31:29 2016 +0200
+++ b/src/test/java/de/intevation/lada/LandTest.java	Tue Jun 14 18:33:09 2016 +0200
@@ -27,6 +27,7 @@
 import org.junit.Assert;
 import org.junit.BeforeClass;
 import org.junit.Test;
+import org.junit.Ignore;
 import org.junit.runner.RunWith;
 
 import de.intevation.lada.model.land.LKommentarM;
@@ -55,6 +56,8 @@
  * @author <a href="mailto:rrenkert@intevation.de">Raimund Renkert</a>
  */
 @RunWith(Arquillian.class)
+@Ignore
+// TODO: make tests independent of test data which do not exist anymore
 public class LandTest extends BaseTest {
 
     @Inject
--- a/src/test/java/de/intevation/lada/ValidatorTest.java	Tue Jun 14 18:31:29 2016 +0200
+++ b/src/test/java/de/intevation/lada/ValidatorTest.java	Tue Jun 14 18:33:09 2016 +0200
@@ -24,6 +24,7 @@
 import org.junit.AfterClass;
 import org.junit.BeforeClass;
 import org.junit.Test;
+import org.junit.Ignore;
 import org.junit.runner.RunWith;
 
 import de.intevation.lada.test.validator.Messung;
@@ -33,6 +34,8 @@
 import de.intevation.lada.validation.annotation.ValidationConfig;
 
 @RunWith(Arquillian.class)
+@Ignore
+// TODO: make tests independent of test data which do not exist anymore
 public class ValidatorTest {
 
     private static Logger logger = Logger.getLogger(StammdatenTest.class);
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)