Update of /cvsroot/dbunit/dbunit/src/test/org/dbunit/util
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv9295/src/test/org/dbunit/util
Modified Files:
AllTests.java
Log Message:
fixed AllTests classes and POM, so now M2 test run the same tets as maven test. But for some reason it has 1 failure and 2 errors - I will check that later, once I add the surefire report
Index: AllTests.java
===================================================================
RCS file: /cvsroot/dbunit/dbunit/src/test/org/dbunit/util/AllTests.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** AllTests.java 18 Feb 2006 04:23:04 -0000 1.1
--- AllTests.java 14 May 2006 20:15:06 -0000 1.2
***************
*** 30,34 ****
*
*/
! public class AllTests
{
public static Test suite() throws Exception
--- 30,34 ----
*
*/
! public class AllTests extends TestSuite
{
public static Test suite() throws Exception
|