[jboss-svn-commits] JBoss Common SVN: r4148 - arquillian/tags/1.0.0-Alpha1/doc/reference/src/main/docbook/en-US.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Mar 10 10:55:44 EST 2010


Author: aslak
Date: 2010-03-10 10:55:43 -0500 (Wed, 10 Mar 2010)
New Revision: 4148

Modified:
   arquillian/tags/1.0.0-Alpha1/doc/reference/src/main/docbook/en-US/enrichment.xml
Log:
ARQ-89 typo


Modified: arquillian/tags/1.0.0-Alpha1/doc/reference/src/main/docbook/en-US/enrichment.xml
===================================================================
--- arquillian/tags/1.0.0-Alpha1/doc/reference/src/main/docbook/en-US/enrichment.xml	2010-03-10 15:51:54 UTC (rev 4147)
+++ arquillian/tags/1.0.0-Alpha1/doc/reference/src/main/docbook/en-US/enrichment.xml	2010-03-10 15:55:43 UTC (rev 4148)
@@ -5,7 +5,7 @@
    <title>Test enrichment</title>
 
    <para>
-      When you use a unit testing framework like JUnit or TestNG, your test case lives in a world all its own. That
+      When you use a unit testing framework like JUnit or TestNG, your test case lives in a world on its own. That
       makes integration testing pretty difficult because it means the environment in which the business logic
       executes must be self-contained within the scope of the test case (whether at the suite, class or method
       level). The onus of setting up this environment in the test falls on the developer's shoulders.



More information about the jboss-svn-commits mailing list