Mercurial > dive4elements > river
changeset 9049:2ffb55a53e8d
Ignored database dependent unit test
author | gernotbelger |
---|---|
date | Thu, 03 May 2018 11:52:40 +0200 |
parents | ee6ce708d150 |
children | 2f39cd32e6fb |
files | gwt-client/src/test/java/test/TestMain.java |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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@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