diff gwt-client/src/test/java/test/sinfo/SinfoTkhRunner.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/SinfoTkhRunner.java	Mon Nov 05 10:19:12 2018 +0100
+++ b/gwt-client/src/test/java/test/sinfo/SinfoTkhRunner.java	Mon Nov 05 13:21:57 2018 +0100
@@ -21,7 +21,6 @@
 import test.AbstractBerechnungsartenTester.River;
 import test.AbstractModuleRunner;
 import test.ICalcMode;
-import test.IFilenameMapper;
 import test.WQInputHelper;
 
 /**
@@ -32,14 +31,14 @@
 
     private final double[] wasserspiegellage;
 
-    public SinfoTkhRunner(final ICalcMode sinfoCalcFlowDepth, final IFilenameMapper file, final double from, final double to, final River river,
-            final double[] wasserspiegellage) throws ConnectionException, ServerException {
-        super(AbstractModuleRunner.Infotype.sinfo, sinfoCalcFlowDepth, file, from, to, river);
+    public SinfoTkhRunner(final ICalcMode sinfoCalcFlowDepth, final double from, final double to, final River river, final double[] wasserspiegellage)
+            throws ConnectionException, ServerException {
+        super(AbstractModuleRunner.Infotype.sinfo, sinfoCalcFlowDepth, from, to, river);
         this.wasserspiegellage = wasserspiegellage;
     }
 
     @Override
-    public void runTest(final boolean exportToFile) throws ServerException, IOException {
+    public void runTest() throws ServerException, IOException {
         /* Select River */
         super.selectRiver();
 
@@ -60,6 +59,6 @@
 
         describeCollection();
 
-        super.export(exportToFile);
+        super.runTests();
     }
 }

http://dive4elements.wald.intevation.org