Author: buildbot
Date: Mon Feb 10 13:17:04 2014
New Revision: 897155
Log:
Staging update by buildbot for openwebbeans
Modified:
websites/staging/openwebbeans/trunk/content/ (props changed)
websites/staging/openwebbeans/trunk/content/testing_test-control.html
Propchange: websites/staging/openwebbeans/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Feb 10 13:17:04 2014
@@ -1 +1 @@
-1566592
+1566612
Modified: websites/staging/openwebbeans/trunk/content/testing_test-control.html
==============================================================================
--- websites/staging/openwebbeans/trunk/content/testing_test-control.html
(original)
+++ websites/staging/openwebbeans/trunk/content/testing_test-control.html Mon
Feb 10 13:17:04 2014
@@ -84,9 +84,10 @@ and controls the life cycle of it's Cont
This module can be extremely powerful for CDI projects both for tests and
during runtime.
It's a long time recommendation to use
<code>CdiCtrl</code> to write tests with low - medium complexity and we
explain how here:
-<a href="source.html">Testing with cdiCtrl</a>.</p>
+<a href="testing_cdictrl.html">Testing with cdiCtrl</a>.</p>
<p>With <code>Test-Control</code> the few steps you had to do on your own are
taken cared of for you. In a way <code>Test-Control</code>
-puts <code>CdiCtrl</code> out of business in regards to testing.</p>
+However <code>Test-Control</code> though it's fairly new and has no support
for TestNG at the moment. It may also be insufficient if you need your own
custom
+extension points or have other complex demands.</p>
<h2 id="adding-deltaspike-test-control-to-your-project">Adding Deltaspike
Test-Control to your project</h2>
<p>The following are the dependencies you need in your Apache Maven pom.xml
file in addition to
OWB itself:</p>