diff options
Diffstat (limited to 'src/wcps/server/test/XmlTest.java')
| -rw-r--r-- | src/wcps/server/test/XmlTest.java | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/wcps/server/test/XmlTest.java b/src/wcps/server/test/XmlTest.java index 13fc596..f888c6f 100644 --- a/src/wcps/server/test/XmlTest.java +++ b/src/wcps/server/test/XmlTest.java @@ -44,11 +44,10 @@ import org.apache.commons.io.FileUtils; */ public class XmlTest { // Put new test cases in this folder - // public final String PetascopeURL = "http://localhost:8080/PetaScope/WCPService"; public final String PetascopeURL = "http://kahlua.eecs.jacobs-university.de:8080/petascope/wcps/"; - String folder = "testing/testcases/"; + String folder = "testing/testcases-wcps/"; // How many tests we have to run int numTests = 0; // tests @@ -195,4 +194,4 @@ public class XmlTest { tester.printResults(); } -}
\ No newline at end of file +} |
