diff gwt-client/src/test/java/test/uinfo/UinfoSalixHistoricalRunner.java @ 9570:531a60b7af95

failed tests will be saved to disk
author gernotbelger
date Mon, 05 Nov 2018 17:15:30 +0100
parents 86e522bc7f36
children
line wrap: on
line diff
--- a/gwt-client/src/test/java/test/uinfo/UinfoSalixHistoricalRunner.java	Mon Nov 05 13:51:47 2018 +0100
+++ b/gwt-client/src/test/java/test/uinfo/UinfoSalixHistoricalRunner.java	Mon Nov 05 17:15:30 2018 +0100
@@ -9,6 +9,8 @@
  */
 package test.uinfo;
 
+import java.io.File;
+
 import org.dive4elements.artifacts.httpclient.exceptions.ConnectionException;
 import org.dive4elements.river.client.shared.exceptions.ServerException;
 
@@ -24,9 +26,9 @@
     private final double toPart;
     private final String soundingName;
 
-    public UinfoSalixHistoricalRunner(final double from, final double to, final River river, final String scenarioChoice, final String soundingName,
-            final double fromPart, final double toPart) throws ConnectionException, ServerException {
-        super(from, to, river, scenarioChoice);
+    public UinfoSalixHistoricalRunner(final File testFolder, final double from, final double to, final River river, final String scenarioChoice,
+            final String soundingName, final double fromPart, final double toPart) throws ConnectionException, ServerException {
+        super(testFolder, from, to, river, scenarioChoice);
         this.fromPart = fromPart;
         this.toPart = toPart;
         this.soundingName = soundingName;

http://dive4elements.wald.intevation.org