|
From: <mla...@us...> - 2003-02-13 04:32:46
|
Update of /cvsroot/dbunit/dbunit/src/test/org/dbunit
In directory sc8-pr-cvs1:/tmp/cvs-serv338/dbunit/src/test/org/dbunit
Modified Files:
AllTests.java
Log Message:
Modified all dataset implementations to make them case insensitive. This is the first step to make DbUnit case insensitive and more work is still required.
Index: AllTests.java
===================================================================
RCS file: /cvsroot/dbunit/dbunit/src/test/org/dbunit/AllTests.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** AllTests.java 4 Jul 2002 21:33:43 -0000 1.9
--- AllTests.java 13 Feb 2003 04:32:42 -0000 1.10
***************
*** 32,36 ****
public class AllTests
{
! public static Test suite()
{
TestSuite suite = new TestSuite();
--- 32,36 ----
public class AllTests
{
! public static Test suite() throws Exception
{
TestSuite suite = new TestSuite();
|