< prev index next >

tools/SharedTestUtilsOpen/src/test/javaclient/shared/screenshots/GoldenImageManager.java

Print this page

        

*** 42,52 **** private static final String IMG_VERSION = "-\\d+"; private static final String IMG_FOLDER = "images-svn"; private static File getImagesRoot() throws IOException { ! return new File("../", IMG_FOLDER).getCanonicalFile(); } private static String getSuiteName() throws IOException { return new File(".").getCanonicalFile().getName(); } --- 42,52 ---- private static final String IMG_VERSION = "-\\d+"; private static final String IMG_FOLDER = "images-svn"; private static File getImagesRoot() throws IOException { ! return new File("./", IMG_FOLDER).getCanonicalFile(); } private static String getSuiteName() throws IOException { return new File(".").getCanonicalFile().getName(); }
< prev index next >