diff gwt-client/src/test/java/test/uinfo/UinfoSalixRegionalRunner.java @ 9567:86e522bc7f36

jUnit-Tests completed
author gernotbelger
date Mon, 05 Nov 2018 13:21:57 +0100
parents e75afd693f78
children 531a60b7af95
line wrap: on
line diff
--- a/gwt-client/src/test/java/test/uinfo/UinfoSalixRegionalRunner.java	Mon Nov 05 10:19:12 2018 +0100
+++ b/gwt-client/src/test/java/test/uinfo/UinfoSalixRegionalRunner.java	Mon Nov 05 13:21:57 2018 +0100
@@ -13,7 +13,6 @@
 import org.dive4elements.river.client.shared.exceptions.ServerException;
 
 import test.AbstractBerechnungsartenTester.River;
-import test.IFilenameMapper;
 
 /**
  * @author Domenico Nardi Tironi
@@ -25,9 +24,9 @@
     private final double toPart;
     private final String dwspl;
 
-    public UinfoSalixRegionalRunner(final IFilenameMapper file, final double from, final double to, final River river, final String scenarioChoice,
-            final double fromPart, final double toPart, final String dwspl) throws ConnectionException, ServerException {
-        super(file, from, to, river, scenarioChoice);
+    public UinfoSalixRegionalRunner(final double from, final double to, final River river, final String scenarioChoice, final double fromPart,
+            final double toPart, final String dwspl) throws ConnectionException, ServerException {
+        super(from, to, river, scenarioChoice);
         this.fromPart = fromPart;
         this.toPart = toPart;
         this.dwspl = dwspl;

http://dive4elements.wald.intevation.org