summaryrefslogtreecommitdiffstats
path: root/src/wcps/server/test/GrammarTest.java
diff options
context:
space:
mode:
authorAndrei Aiordachioaie <a.aiordachioaie@jacobs-university.de>2009-05-25 22:17:31 +0200
committerAndrei <a.aiordachioaie@jacobs-university.de>2009-07-07 10:51:55 +0200
commit994dedc97ec93c12bcb2f61c099048f4b0cdca81 (patch)
treeb0bfbf480d9d053c4831ccecf84e8bcba4b38cdb /src/wcps/server/test/GrammarTest.java
parentfb9d8ebf3f7f7b0eec6323cf0ac9cc6827f02894 (diff)
Updated test suite
Diffstat (limited to 'src/wcps/server/test/GrammarTest.java')
-rw-r--r--src/wcps/server/test/GrammarTest.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wcps/server/test/GrammarTest.java b/src/wcps/server/test/GrammarTest.java
index d51d5c0..0192901 100644
--- a/src/wcps/server/test/GrammarTest.java
+++ b/src/wcps/server/test/GrammarTest.java
@@ -70,8 +70,9 @@ public class GrammarTest
System.out.println("\t ERROR: " + errors[i]);
}
}
+ System.out.println("\n\nRESULTS\n");
System.out.println("Tests succeeded: " + String.valueOf(passCount));
- System.out.println("\nTests failed: " + String.valueOf(numTests - passCount));
+ System.out.println("Tests failed: " + String.valueOf(numTests - passCount));
}
public GrammarTest()
@@ -134,5 +135,6 @@ public class GrammarTest
{
GrammarTest tester = new GrammarTest();
tester.runAllTests();
+ tester.printResults();
}
} \ No newline at end of file