Skip to content

Commit

Permalink
test with latest DW (2016-06-26a)
Browse files Browse the repository at this point in the history
  • Loading branch information
gturri committed Jul 17, 2016
1 parent 6e14ad8 commit 1daddc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _tests/source.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DW_DL_CACHE=dw_dl_cache
DW_VERSION="dokuwiki-2015-08-10"
DW_VERSION="dokuwiki-2016-06-26a"

# Empty = on job per core
PARALLEL_NB_JOBS=3
Expand Down
2 changes: 1 addition & 1 deletion _tests/src/test/java/nspages/Helper.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
public class Helper {
private final static String protocol = "http://";
private final static String server = "localhost" + getPort();
public final static String wikiPath = "/dokuwikiITestsForNsPagesdokuwiki-2015-08-10";
public final static String wikiPath = "/dokuwikiITestsForNsPagesdokuwiki-2016-06-26a";
public final static String baseUrl = protocol + server + wikiPath + "/doku.php";
private final static WebDriver driver = new FirefoxDriver();

Expand Down

0 comments on commit 1daddc5

Please sign in to comment.