From fb909ada52e21a8a21d3f6fb2f8eb2e82da231cf Mon Sep 17 00:00:00 2001 From: Andrei Aiordachioaie Date: Tue, 2 Jun 2009 18:59:55 +0200 Subject: Updated README, test source files, Makefile --- src/wcps/server/test/XmlTestOnline.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/wcps/server/test/XmlTestOnline.java') diff --git a/src/wcps/server/test/XmlTestOnline.java b/src/wcps/server/test/XmlTestOnline.java index ba8e65a..5727df8 100644 --- a/src/wcps/server/test/XmlTestOnline.java +++ b/src/wcps/server/test/XmlTestOnline.java @@ -44,9 +44,9 @@ import org.apache.commons.io.FileUtils; */ public class XmlTestOnline { // Put new test cases in this folder - public final String PetascopeURL = "http://localhost:8080/PetaScope/WCPService"; +// public final String PetascopeURL = "http://localhost:8080/PetaScope/WCPService"; // public final String PetascopeURL = "http://localhost:8080/petascope/wcps/"; -// public final String PetascopeURL = "http://kahlua.eecs.jacobs-university.de:8080/petascope/wcps/"; + public final String PetascopeURL = "http://kahlua.eecs.jacobs-university.de:8080/petascope/wcps/"; String folder = "test/testcases-wcps/"; // How many tests we have to run @@ -179,9 +179,9 @@ public class XmlTestOnline { String line1 = cgiOutput.readLine(); String line2 = cgiOutput.readLine(); String line3 = cgiOutput.readLine(); -// System.out.println("\t" + line1); -// System.out.println("\t" + line2); -// System.out.println("\t" + line3); + System.out.println("\t" + line1); + System.out.println("\t" + line2); + System.out.println("\t" + line3); if (line1 != null && line2 != null && line3 != null && line2.equals("

An error has occured

")) -- cgit