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.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
+}