Major test overhaul part II, now uses JUnit 4 annotation style tests.

This commit is contained in:
Harald Kuhr
2011-10-18 20:28:06 +02:00
parent 9cafe4d9a9
commit cee29fb6a1
3 changed files with 23 additions and 9 deletions
+1 -1
View File
@@ -77,7 +77,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.3.1</version>
<version>4.7</version>
<scope>test</scope>
</dependency>