[seam-commits] Seam SVN: r7912 - trunk/doc/reference/en/modules.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Sat Apr 12 23:49:13 EDT 2008
Author: shane.bryzak at jboss.com
Date: 2008-04-12 23:49:13 -0400 (Sat, 12 Apr 2008)
New Revision: 7912
Modified:
trunk/doc/reference/en/modules/testing.xml
Log:
JBSEAM-2602
Modified: trunk/doc/reference/en/modules/testing.xml
===================================================================
--- trunk/doc/reference/en/modules/testing.xml 2008-04-13 02:16:21 UTC (rev 7911)
+++ trunk/doc/reference/en/modules/testing.xml 2008-04-13 03:49:13 UTC (rev 7912)
@@ -526,11 +526,13 @@
<para>
If you need to insert or clean data in your database before each
test you can use Seam's integration with DBUnit. To do this, extend
- DBUnitSeamTest rather than SeamTest.
+ DBUnitSeamTest rather than SeamTest.
</para>
<para>
- You need to provide a dataset for DBUnit:
+ You need to provide a dataset for DBUnit. IMPORTANT NOTE: DBUnit supports two
+ formats for dataset files, flat and XML. Seam's DBUnitSeamTest assumes the flat
+ format is used, so please ensure that your dataset is in this format also.
</para>
<programlisting><![CDATA[<dataset>
More information about the seam-commits
mailing list