[seam-commits] Seam SVN: r9850 - trunk/doc/Seam_Reference_Guide/en-US.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Dec 31 09:08:51 EST 2008
Author: nico.ben
Date: 2008-12-31 09:08:51 -0500 (Wed, 31 Dec 2008)
New Revision: 9850
Modified:
trunk/doc/Seam_Reference_Guide/en-US/Testing.xml
Log:
Corrected error
Modified: trunk/doc/Seam_Reference_Guide/en-US/Testing.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Testing.xml 2008-12-30 23:06:09 UTC (rev 9849)
+++ trunk/doc/Seam_Reference_Guide/en-US/Testing.xml 2008-12-31 14:08:51 UTC (rev 9850)
@@ -80,7 +80,7 @@
data to the database; nor are we testing any functionality
provided by Seam. We are just testing the logic of our POJOs. Seam
components don't usually depend directly upon container infrastructure,
- so most unit testing as as easy as that!
+ so most unit testing are as easy as that!
</para>
<para>
However, if you want to test the entire application, read on.
More information about the seam-commits
mailing list