diff gwt-client/src/test/java/test/sinfo/SinfoFloodDurationRunner.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/sinfo/SinfoFloodDurationRunner.java	Mon Nov 05 13:51:47 2018 +0100
+++ b/gwt-client/src/test/java/test/sinfo/SinfoFloodDurationRunner.java	Mon Nov 05 17:15:30 2018 +0100
@@ -9,6 +9,7 @@
  */
 package test.sinfo;
 
+import java.io.File;
 import java.io.IOException;
 
 import org.dive4elements.artifacts.httpclient.exceptions.ConnectionException;
@@ -34,9 +35,9 @@
     private final boolean showWspl;
     private final RiversideChoiceKey riverside;
 
-    public SinfoFloodDurationRunner(final ICalcMode calcmode, final double from, final double to, final River river, final double[] wasserspiegellage,
-            final RiversideChoiceKey riverside, final boolean showWspl) throws ConnectionException, ServerException {
-        super(AbstractModuleRunner.Infotype.sinfo, calcmode, from, to, river);
+    public SinfoFloodDurationRunner(final File testFolder, final ICalcMode calcmode, final double from, final double to, final River river,
+            final double[] wasserspiegellage, final RiversideChoiceKey riverside, final boolean showWspl) throws ConnectionException, ServerException {
+        super(testFolder, AbstractModuleRunner.Infotype.sinfo, calcmode, from, to, river);
         this.wasserspiegellage = wasserspiegellage;
         this.showWspl = showWspl;
         this.riverside = riverside;

http://dive4elements.wald.intevation.org