Author: nico.ben
Date: 2009-06-04 08:34:28 -0400 (Thu, 04 Jun 2009)
New Revision: 11071
Modified:
branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Testing.xml
Log:
added <literal>
Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Testing.xml
===================================================================
--- branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Testing.xml 2009-06-03
22:59:50 UTC (rev 11070)
+++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Testing.xml 2009-06-04
12:34:28 UTC (rev 11071)
@@ -538,7 +538,7 @@
<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.
+ <literal>DBUnitSeamTest</literal> rather than SeamTest.
</para>
<para>
@@ -547,7 +547,7 @@
<caution>
DBUnit supports two formats for dataset files, flat and XML. Seam's
- DBUnitSeamTest assumes the flat format is used, so make sure that
+ <literal>DBUnitSeamTest</literal> assumes the flat format is
used, so make sure that
your dataset is in this format.
</caution>
Show replies by date