From 1b630d7c460590093acfd7fe794fa06b941be7ea Mon Sep 17 00:00:00 2001 From: Andrei Aiordachioaie Date: Fri, 29 May 2009 12:38:24 +0200 Subject: File cleanup --- src/wcps/server/test/GrammarTest.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/wcps/server/test/GrammarTest.java') 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 +} -- cgit