comparison 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
comparison
equal deleted inserted replaced
9569:9f83ebf67c92 9570:531a60b7af95
6 * This file is Free Software under the GNU AGPL (>=v3) 6 * This file is Free Software under the GNU AGPL (>=v3)
7 * and comes with ABSOLUTELY NO WARRANTY! Check out the 7 * and comes with ABSOLUTELY NO WARRANTY! Check out the
8 * documentation coming with Dive4Elements River for details. 8 * documentation coming with Dive4Elements River for details.
9 */ 9 */
10 package test; 10 package test;
11
12 import java.io.File;
11 13
12 /** 14 /**
13 * @author Domenico Nardi Tironi 15 * @author Domenico Nardi Tironi
14 * 16 *
15 */ 17 */
20 public FilenameSupplier(final String filename) { 22 public FilenameSupplier(final String filename) {
21 this.filename = filename; 23 this.filename = filename;
22 } 24 }
23 25
24 public final String getFilename() { 26 public final String getFilename() {
25 return this.filename; 27 return this.filename.replace("//", File.separator);
26 } 28 }
27 29
28 } 30 }

http://dive4elements.wald.intevation.org