diff gwt-client/src/test/java/test/sinfo/SinfoFlowdepthRunner.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/SinfoFlowdepthRunner.java	Mon Nov 05 10:19:12 2018 +0100
+++ b/gwt-client/src/test/java/test/sinfo/SinfoFlowdepthRunner.java	Mon Nov 05 13:21:57 2018 +0100
@@ -22,7 +22,6 @@
 import test.AbstractBerechnungsartenTester.River;
 import test.AbstractModuleRunner;
 import test.ICalcMode;
-import test.IFilenameMapper;
 import test.SimpleRecommendation;
 
 /**
@@ -34,9 +33,9 @@
     private final boolean useTkh;
     private final ArrayList<String> pairIds = new ArrayList<String>();
 
-    public SinfoFlowdepthRunner(final ICalcMode sinfoCalcFlowDepth, final IFilenameMapper file, final double from, final double to, final River river,
-            final boolean useTkh) throws ConnectionException, ServerException {
-        super(AbstractModuleRunner.Infotype.sinfo, sinfoCalcFlowDepth, file, from, to, river);
+    public SinfoFlowdepthRunner(final ICalcMode sinfoCalcFlowDepth, final double from, final double to, final River river, final boolean useTkh)
+            throws ConnectionException, ServerException {
+        super(AbstractModuleRunner.Infotype.sinfo, sinfoCalcFlowDepth, from, to, river);
         this.useTkh = useTkh;
     }
 
@@ -45,7 +44,7 @@
     }
 
     @Override
-    public void runTest(final boolean exportToFile) throws ServerException, IOException {
+    public void runTest() throws ServerException, IOException {
         /* Select River */
         super.selectRiver();
 
@@ -65,6 +64,6 @@
 
         describeCollection();
 
-        super.export(exportToFile);
+        super.runTests();
     }
 }

http://dive4elements.wald.intevation.org