From 1b630d7c460590093acfd7fe794fa06b941be7ea Mon Sep 17 00:00:00 2001 From: Andrei Aiordachioaie Date: Fri, 29 May 2009 12:38:24 +0200 Subject: File cleanup --- src/wcps/server/test/XmlTest.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/wcps/server/test/XmlTest.java') 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 +} -- cgit