diff gwt-client/src/test/java/test/sinfo/SinfoFlowdepthDevelopmentRunner.java @ 9567:86e522bc7f36

jUnit-Tests completed
author gernotbelger
date Mon, 05 Nov 2018 13:21:57 +0100
parents e567fac95e3d
children 531a60b7af95
line wrap: on
line diff
--- a/gwt-client/src/test/java/test/sinfo/SinfoFlowdepthDevelopmentRunner.java	Mon Nov 05 10:19:12 2018 +0100
+++ b/gwt-client/src/test/java/test/sinfo/SinfoFlowdepthDevelopmentRunner.java	Mon Nov 05 13:21:57 2018 +0100
@@ -19,7 +19,6 @@
 import test.AbstractBerechnungsartenTester.River;
 import test.AbstractModuleRunner;
 import test.ICalcMode;
-import test.IFilenameMapper;
 import test.SimpleRecommendation;
 
 /**
@@ -31,9 +30,9 @@
     private final List<String> pairIdsCurrent = new ArrayList<String>();
     private final List<String> pairIdsHistorical = new ArrayList<String>();
 
-    public SinfoFlowdepthDevelopmentRunner(final ICalcMode sinfoCalcFlowDepth, final IFilenameMapper file, final double from, final double to,
-            final River river) throws ConnectionException, ServerException {
-        super(AbstractModuleRunner.Infotype.sinfo, sinfoCalcFlowDepth, file, from, to, river);
+    public SinfoFlowdepthDevelopmentRunner(final ICalcMode sinfoCalcFlowDepth, final double from, final double to, final River river)
+            throws ConnectionException, ServerException {
+        super(AbstractModuleRunner.Infotype.sinfo, sinfoCalcFlowDepth, from, to, river);
 
     }
 
@@ -46,7 +45,7 @@
     }
 
     @Override
-    public void runTest(final boolean exportToFile) throws ServerException, IOException {
+    public void runTest() throws ServerException, IOException {
         /* Select River */
         super.selectRiver();
 
@@ -64,6 +63,6 @@
 
         describeCollection();
 
-        super.export(exportToFile);
+        super.runTests();
     }
 }

http://dive4elements.wald.intevation.org