summaryrefslogtreecommitdiffstats
path: root/src/wcps/server/test/GrammarTestOnline.java
diff options
context:
space:
mode:
authorAndrei Aiordachioaie <a.aiordachioaie@jacobs-university.de>2009-06-02 18:59:55 +0200
committerAndrei Aiordachioaie <a.aiordachioaie@jacobs-university.de>2009-07-07 10:55:04 +0200
commitfb909ada52e21a8a21d3f6fb2f8eb2e82da231cf (patch)
tree07ba2877b92847aa1aa5969a72e61b2959292fa6 /src/wcps/server/test/GrammarTestOnline.java
parent752fc61de65bfb44a2d52ddef3b05f530acea42b (diff)
Updated README, test source files, Makefile
Diffstat (limited to 'src/wcps/server/test/GrammarTestOnline.java')
-rw-r--r--src/wcps/server/test/GrammarTestOnline.java6
1 files changed, 3 insertions, 3 deletions
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