diff gwt-client/src/test/java/test/BerechnungsartenTester.java @ 9133:af73fdd96920

Title current/historical diff pair; limit on entries in diff'pair twin_panel
author gernotbelger
date Thu, 07 Jun 2018 11:41:10 +0200
parents dbb26bc81843
children 48d87af1243e
line wrap: on
line diff
--- a/gwt-client/src/test/java/test/BerechnungsartenTester.java	Wed Jun 06 14:24:51 2018 +0200
+++ b/gwt-client/src/test/java/test/BerechnungsartenTester.java	Thu Jun 07 11:41:10 2018 +0200
@@ -12,7 +12,6 @@
 
 import org.dive4elements.artifacts.httpclient.exceptions.ConnectionException;
 import org.dive4elements.river.client.shared.exceptions.ServerException;
-import org.junit.Ignore;
 import org.junit.Test;
 
 /**
@@ -21,7 +20,7 @@
 
 // REMARK: ignored, because maven will auto-test all tests, but this one needs a running river-artifacts
 // For running the JUunit test, the annotation @Ignore has to be disabled
-@Ignore
+// @Ignore
 public class BerechnungsartenTester {
 
     public static enum CalcMode {
@@ -35,9 +34,10 @@
     public static enum FilenameMapper {
 
         HELLO_WORLD_FILE("/sinfo/flowdepthminmax/sinfo_flowdepthminmax_export.csv"), //
+
+        // Schäfer-Tests:
         RHEIN_1_FILE("/sinfo/flowdepth/sinfo_ft_01.csv"), //
-        RHEIN_2_FILE("/sinfo/flowdepth/sinfo_ft_02.csv"), //
-        RHEIN_3_FILE("/sinfo/flowdepth/sinfo_ft_03.csv");
+        RHEIN_3_FILE("/sinfo/flowdepth/sinfo_ft_03.csv"); //
 
         private final String filename;
 
@@ -74,17 +74,6 @@
     }
 
     @Test
-    public void testRhein2() throws ConnectionException, ServerException, IOException {
-        // 2004 :: DGM-2004_Epoche FEHLT
-        RunnerCreatorHelper.createSinfoFlowdepthTest(FilenameMapper.RHEIN_2_FILE, 350, 380, River.Rhein, false,
-                new SimpleRecommendation("staticwqkms", "additionals-wstv-0-415", "longitudinal_section"),
-                new SimpleRecommendation("bedheight", "bedheight-soundings-79-2004-DGM-2004_Epoche", // FEHLT: 2004 :: DGM-2004_Epoche
-
-                        "longitudinal_section"))
-                .runTest(overrideFileExport() != null ? overrideFileExport() : true);
-    }
-
-    @Test
     public void testRhein3() throws ConnectionException, ServerException, IOException {
         RunnerCreatorHelper
                 .createSinfoFlowdepthTest(FilenameMapper.RHEIN_3_FILE, 655, 675, River.Rhein, true,

http://dive4elements.wald.intevation.org