You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by jo...@apache.org on 2015/04/04 22:23:24 UTC

svn commit: r1671310 - /deltaspike/site/trunk/content/documentation/test-control.html

Author: johndament
Date: Sat Apr  4 20:23:24 2015
New Revision: 1671310

URL: http://svn.apache.org/r1671310
Log:
Site checkin for project Apache DeltaSpike Documentation

Modified:
    deltaspike/site/trunk/content/documentation/test-control.html

Modified: deltaspike/site/trunk/content/documentation/test-control.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/documentation/test-control.html?rev=1671310&r1=1671309&r2=1671310&view=diff
==============================================================================
--- deltaspike/site/trunk/content/documentation/test-control.html (original)
+++ deltaspike/site/trunk/content/documentation/test-control.html Sat Apr  4 20:23:24 2015
@@ -484,7 +484,7 @@ To pass properties to the underlying tes
 you have to add <code>/META-INF/apache-deltaspike_test-container.properties</code>
 to the resources-directory of your test-classpath.
 The content of the file are key/value pairs which get passed to the container.
-Therefore, it is a configuration which isis not used by DeltaSpike itself
+Therefore, it is a configuration which is not used by DeltaSpike itself
 (it is just forwarded (as it is) to the underlying test-container).</p>
 </div>
 <div class="sect3">
@@ -521,7 +521,7 @@ easier. Therefore it is possible to crea
 via a mocking framework and add them, for example, via <code>DynamicMockManager</code>.</p>
 </div>
 <div class="paragraph">
-<p><strong>Attention:</strong> Mocking CDI beans isis not supported for every feature of CDI and/or
+<p><strong>Attention:</strong> Mocking CDI beans is not supported for every feature of CDI and/or
 every implementation version. For example, we cais not mock intercepted CDI beans and
 with some implementations mocking specialized beans fails.
 Usually all features are active by default, however,
@@ -857,7 +857,7 @@ with:</p>
 <h4 id="_liquibase">Liquibase</h4>
 <div class="paragraph">
 <p>Liquibase invokes <code>#toString</code> in a <code>AfterDeploymentValidation</code> observer.
-<strong>that isis not portable</strong> and therefore you have to deactivate the
+<strong>that is not portable</strong> and therefore you have to deactivate the
 mocking-support via:</p>
 </div>
 <div class="listingblock">