summaryrefslogtreecommitdiffstats
path: root/src/wcps/server/test/GrammarTest.java
diff options
context:
space:
mode:
authorAndrei Aiordachioaie <a.aiordachioaie@jacobs-university.de>2009-05-29 12:38:24 +0200
committerAndrei <a.aiordachioaie@jacobs-university.de>2009-07-07 10:52:06 +0200
commit1b630d7c460590093acfd7fe794fa06b941be7ea (patch)
tree4d7d005fdd7d0364e59461b64fdea6f0e2fa05e0 /src/wcps/server/test/GrammarTest.java
parent994dedc97ec93c12bcb2f61c099048f4b0cdca81 (diff)
File cleanup
Diffstat (limited to 'src/wcps/server/test/GrammarTest.java')
-rw-r--r--src/wcps/server/test/GrammarTest.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wcps/server/test/GrammarTest.java b/src/wcps/server/test/GrammarTest.java
index 0192901..be00682 100644
--- a/src/wcps/server/test/GrammarTest.java
+++ b/src/wcps/server/test/GrammarTest.java
@@ -36,8 +36,8 @@ import wcps.server.cli.grammar;
*/
public class GrammarTest
{
- // Put new test cases in this folder
- String folder = "testing/testcases/";
+ // Put new test cases in this folder following the current naming scheme
+ String folder = "testing/testcases-wcps/";
// How many tests we have to run
int numTests = 0;
// tests
@@ -137,4 +137,4 @@ public class GrammarTest
tester.runAllTests();
tester.printResults();
}
-} \ No newline at end of file
+}