[seam-commits] Seam SVN: r13893 - branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Oct 19 00:29:28 EDT 2010
Author: dan.j.allen
Date: 2010-10-19 00:29:27 -0400 (Tue, 19 Oct 2010)
New Revision: 13893
Modified:
branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Testing.xml
Log:
clarify where the parameters are defined
Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Testing.xml
===================================================================
--- branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Testing.xml 2010-10-18 14:22:29 UTC (rev 13892)
+++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Testing.xml 2010-10-19 04:29:27 UTC (rev 13893)
@@ -590,8 +590,9 @@
</para>
<para>
- You need to tell DBUnit about the datasource you are using by
- setting a TestNG test parameter named <literal>datasourceJndiName</literal>:
+ You need to tell DBUnit which datasource you are using. This is accomplished by defining
+ a <ulink url="http://testng.org/doc/documentation-main.html#parameters-testng-xml">test
+ parameter</ulink> named <literal>datasourceJndiName</literal> in testng.xml as follows:
</para>
<programlisting role="XML"><![CDATA[<parameter name="datasourceJndiName" value="java:/seamdiscsDatasource"/>]]></programlisting>
@@ -675,4 +676,4 @@
</section>
-</chapter>
\ No newline at end of file
+</chapter>
More information about the seam-commits
mailing list