[Lada-commits] [PATCH 3 of 3] Deactivate tests for validators and land-interfaces

Wald Commits scm-commit at wald.intevation.org
Tue Jun 14 18:34:56 CEST 2016


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1465921989 -7200
# Node ID 7a6985fbb3c8a1d328247c81d65438d217988ff2
# Parent  1a3a3996e072e0f8592c07ed8b44e5000af66a6b
Deactivate tests for validators and land-interfaces.

These tests depend on test data which do not exist anymore.

diff -r 1a3a3996e072 -r 7a6985fbb3c8 src/test/java/de/intevation/lada/LandTest.java
--- 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 at intevation.de">Raimund Renkert</a>
  */
 @RunWith(Arquillian.class)
+ at Ignore
+// TODO: make tests independent of test data which do not exist anymore
 public class LandTest extends BaseTest {
 
     @Inject
diff -r 1a3a3996e072 -r 7a6985fbb3c8 src/test/java/de/intevation/lada/ValidatorTest.java
--- 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)
+ at Ignore
+// TODO: make tests independent of test data which do not exist anymore
 public class ValidatorTest {
 
     private static Logger logger = Logger.getLogger(StammdatenTest.class);


More information about the Lada-commits mailing list