diff options
| author | Andrei Aiordachioaie <a.aiordachioaie@jacobs-university.de> | 2009-06-08 17:49:13 +0200 |
|---|---|---|
| committer | Andrei Aiordachioaie <a.aiordachioaie@jacobs-university.de> | 2009-07-07 10:55:14 +0200 |
| commit | d2b0e006273d55c170ed6cd56f9509bc1eaa90eb (patch) | |
| tree | b778bcbf3211d2ff5d5a0dee8daaad480095aa8c /src/wcps/server/test/GrammarTest.java | |
| parent | e60efdbfb39124b6a36465e17fe2ad349580c18b (diff) | |
Implemented Condense Expression and Constant Coverage Expression. WCPS Grammar modified
Diffstat (limited to 'src/wcps/server/test/GrammarTest.java')
| -rw-r--r-- | src/wcps/server/test/GrammarTest.java | 4 |
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) |
