Update of /cvsroot/dbunit/dbunit/src/xml
In directory usw-pr-cvs1:/tmp/cvs-serv20206/dbunit/src/xml
Modified Files:
caseInsensitiveDataSetDuplicateTest.xml
refreshOperationDuplicateTest.xml
Log Message:
Ant Task - Close output stream after dataset export.
Index: caseInsensitiveDataSetDuplicateTest.xml
===================================================================
RCS file: /cvsroot/dbunit/dbunit/src/xml/caseInsensitiveDataSetDuplicateTest.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** caseInsensitiveDataSetDuplicateTest.xml 3 Aug 2002 02:26:40 -0000 1.1
--- caseInsensitiveDataSetDuplicateTest.xml 3 Aug 2002 14:49:50 -0000 1.2
***************
*** 1,3 ****
- <!-- edited with XML Spy v4.1 U (http://www.xmlspy.com) by Stephane Besson (R&D) -->
<dataset>
<DUPLiCATE_TABLE COLUMN0="row 0 col 0" COLUMN1="row 0 col 1" COLUMN2="row 0 col 2" COLUMN3="row 0 col 3"/>
--- 1,2 ----
Index: refreshOperationDuplicateTest.xml
===================================================================
RCS file: /cvsroot/dbunit/dbunit/src/xml/refreshOperationDuplicateTest.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** refreshOperationDuplicateTest.xml 3 Aug 2002 02:26:40 -0000 1.1
--- refreshOperationDuplicateTest.xml 3 Aug 2002 14:49:50 -0000 1.2
***************
*** 1,3 ****
- <!-- edited with XML Spy v4.1 U (http://www.xmlspy.com) by Stephane Besson (R&D) -->
<dataset>
<PK_TABLE PK0="1" PK1="11" PK2="111" NORMAL0="toto" NORMAL1="qwerty"/>
--- 1,2 ----
|