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/GrammarTestOnline.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/wcps/server/test/GrammarTestOnline.java') diff --git a/src/wcps/server/test/GrammarTestOnline.java b/src/wcps/server/test/GrammarTestOnline.java index ad4478a..fb7388e 100644 --- a/src/wcps/server/test/GrammarTestOnline.java +++ b/src/wcps/server/test/GrammarTestOnline.java @@ -35,7 +35,7 @@ import java.net.URL; import java.net.URLEncoder; import org.apache.commons.io.FileUtils; -/** Runs the available XML tests against a deployed version of Petascope, +/** Runs the available Grammar tests against a deployed version of Petascope, * available at some URL. * * Assumes that a tests succeeds if the server does not throw or display @@ -45,9 +45,9 @@ import org.apache.commons.io.FileUtils; */ public class GrammarTestOnline { // 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 -- cgit