|
From: <et...@us...> - 2011-10-04 08:25:58
|
Revision: 4469
http://mxquery.svn.sourceforge.net/mxquery/?rev=4469&view=rev
Author: etterth
Date: 2011-10-04 08:25:51 +0000 (Tue, 04 Oct 2011)
Log Message:
-----------
- Updated url for tests
Modified Paths:
--------------
trunk/XQIB_Testing/src/ch/ethz/mxquery/testsuite/XQueryTestBase.java
Modified: trunk/XQIB_Testing/src/ch/ethz/mxquery/testsuite/XQueryTestBase.java
===================================================================
--- trunk/XQIB_Testing/src/ch/ethz/mxquery/testsuite/XQueryTestBase.java 2011-10-03 23:39:55 UTC (rev 4468)
+++ trunk/XQIB_Testing/src/ch/ethz/mxquery/testsuite/XQueryTestBase.java 2011-10-04 08:25:51 UTC (rev 4469)
@@ -19,7 +19,7 @@
static{
executionpath = System.getProperty("test.url");
if (executionpath == null) {
- executionpath= "http://127.0.0.1:8090/test";
+ executionpath= "http://127.0.0.1:8090/";
}
}
@@ -27,7 +27,7 @@
public static void setUp() {
try {
driver = createDriver();
- driver.get(executionpath +"/test.html");
+ driver.get(executionpath +"/test/test.html");
System.out.println("loaded page at " + driver.getCurrentUrl());
} catch (Throwable e) {
e.printStackTrace();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|