diff options
| author | Andrei Aiordachioaie <a.aiordachioaie@jacobs-university.de> | 2009-05-29 12:38:24 +0200 |
|---|---|---|
| committer | Andrei <a.aiordachioaie@jacobs-university.de> | 2009-07-07 10:52:06 +0200 |
| commit | 1b630d7c460590093acfd7fe794fa06b941be7ea (patch) | |
| tree | 4d7d005fdd7d0364e59461b64fdea6f0e2fa05e0 /src/wcps/server/test/XmlTest.java | |
| parent | 994dedc97ec93c12bcb2f61c099048f4b0cdca81 (diff) | |
File cleanup
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 +} |
