diff gwt-client/src/test/java/test/FilenameSupplier.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/FilenameSupplier.java	Mon Nov 05 13:51:47 2018 +0100
+++ b/gwt-client/src/test/java/test/FilenameSupplier.java	Mon Nov 05 17:15:30 2018 +0100
@@ -9,6 +9,8 @@
  */
 package test;
 
+import java.io.File;
+
 /**
  * @author Domenico Nardi Tironi
  *
@@ -22,7 +24,7 @@
     }
 
     public final String getFilename() {
-        return this.filename;
+        return this.filename.replace("//", File.separator);
     }
 
 }

http://dive4elements.wald.intevation.org