|
From: <de...@us...> - 2002-12-09 17:59:19
|
Update of /cvsroot/dbunit/dbunit/src/test/org/dbunit/database
In directory sc8-pr-cvs1:/tmp/cvs-serv10399
Modified Files:
DatabaseDataSetTest.java
Log Message:
Minor spelling change :-)
Index: DatabaseDataSetTest.java
===================================================================
RCS file: /cvsroot/dbunit/dbunit/src/test/org/dbunit/database/DatabaseDataSetTest.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** DatabaseDataSetTest.java 7 Aug 2002 01:32:12 -0000 1.16
--- DatabaseDataSetTest.java 9 Dec 2002 17:59:14 -0000 1.17
***************
*** 253,272 ****
public void testGetDuplicateTable() throws Exception
{
! // Cannot test! Unsuported feature.
}
public void testGetDuplicateTableMetaData() throws Exception
{
! // Cannot test! Unsuported feature.
}
public void testGetDuplicateTableNames() throws Exception
{
! // Cannot test! Unsuported feature.
}
public void testGetDuplicateTables() throws Exception
{
! // Cannot test! Unsuported feature.
}
}
--- 253,272 ----
public void testGetDuplicateTable() throws Exception
{
! // Cannot test! Unsupported feature.
}
public void testGetDuplicateTableMetaData() throws Exception
{
! // Cannot test! Unsupported feature.
}
public void testGetDuplicateTableNames() throws Exception
{
! // Cannot test! Unsupported feature.
}
public void testGetDuplicateTables() throws Exception
{
! // Cannot test! Unsupported feature.
}
}
|