summaryrefslogtreecommitdiffstats
path: root/src/wcps/server/test/GrammarTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/wcps/server/test/GrammarTest.java')
-rw-r--r--src/wcps/server/test/GrammarTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wcps/server/test/GrammarTest.java b/src/wcps/server/test/GrammarTest.java
index 5ee33eb..d213777 100644
--- a/src/wcps/server/test/GrammarTest.java
+++ b/src/wcps/server/test/GrammarTest.java
@@ -37,7 +37,7 @@ import wcps.server.cli.grammar;
public class GrammarTest
{
// Put new test cases in this folder following the current naming scheme
- String folder = "test/testcases-wcps/";
+ String folder = "test/testcases-wcps_dollar/";
// How many tests we have to run
int numTests = 0;
// tests
@@ -119,7 +119,7 @@ public class GrammarTest
}
try
{
- grammar.runQuery(query);
+ grammar.convertAbstractQueryToXml(query);
ok[i] = true;
}
catch (Exception e)