[PATCH 4 of 4] Ignored database dependent unit test
Wald Commits
scm-commit at wald.intevation.org
Thu May 3 11:53:05 CEST 2018
# HG changeset patch
# User gernotbelger
# Date 1525341160 -7200
# Node ID 2ffb55a53e8d9e09b82d22bd80b6aec00205e034
# Parent ee6ce708d1505dd5b76d22a468db615be9930f36
Ignored database dependent unit test
diff -r ee6ce708d150 -r 2ffb55a53e8d gwt-client/src/test/java/test/TestMain.java
--- a/gwt-client/src/test/java/test/TestMain.java Thu May 03 11:52:18 2018 +0200
+++ b/gwt-client/src/test/java/test/TestMain.java Thu May 03 11:52:40 2018 +0200
@@ -11,14 +11,14 @@
import java.io.IOException;
import org.dive4elements.river.client.shared.exceptions.ServerException;
-import org.junit.Test;
/**
* @author <a href="mailto:ingo.weinzierl at intevation.de">Ingo Weinzierl</a>
*/
public class TestMain {
- @Test
+ // REMARK: ignored, because maven will auto-test all tests, but this one needs a running river-artifacts
+ // @Test
public void testSInfoFlowDepthMinMax() throws ServerException, IOException {
// TODO Auto-generated method stub
@@ -37,5 +37,4 @@
new String[] { "bedheight", "bedheight-single-36-2015-FP-2015_0-502", "sinfo_flowdepthminmax_heights" });
proof.runTest(true);
}
-
-}
+}
\ No newline at end of file
More information about the Dive4Elements-commits
mailing list