You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bu...@apache.org on 2015/09/22 11:58:49 UTC

svn commit: r966324 - in /websites/staging/sling/trunk/content: ./ documentation/bundles/org-apache-sling-junit-bundles.html documentation/development/sling-testing-tools.html

Author: buildbot
Date: Tue Sep 22 09:58:46 2015
New Revision: 966324

Log:
Staging update by buildbot for sling

Modified:
    websites/staging/sling/trunk/content/   (props changed)
    websites/staging/sling/trunk/content/documentation/bundles/org-apache-sling-junit-bundles.html
    websites/staging/sling/trunk/content/documentation/development/sling-testing-tools.html

Propchange: websites/staging/sling/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Sep 22 09:58:46 2015
@@ -1 +1 @@
-1704502
+1704503

Modified: websites/staging/sling/trunk/content/documentation/bundles/org-apache-sling-junit-bundles.html
==============================================================================
--- websites/staging/sling/trunk/content/documentation/bundles/org-apache-sling-junit-bundles.html (original)
+++ websites/staging/sling/trunk/content/documentation/bundles/org-apache-sling-junit-bundles.html Tue Sep 22 09:58:46 2015
@@ -118,7 +118,7 @@ h2:hover > .headerlink, h3:hover > .head
 <p>To make tests available to that servlet, the bundle that contains them must point to them
 with a <code>Sling-Test-Regexp</code> bundle header that defines a regular expression that matches
 the test class names, like for example:</p>
-<div class="codehilite"><pre><span class="n">Sling</span><span class="o">-</span><span class="n">Test</span><span class="o">-</span><span class="n">Regexp</span><span class="p">=</span>`<span class="n">com</span><span class="p">.</span><span class="n">example</span><span class="o">.*</span><span class="n">ServerSideTest</span>
+<div class="codehilite"><pre><span class="n">Sling</span><span class="o">-</span><span class="n">Test</span><span class="o">-</span><span class="n">Regexp</span><span class="p">=</span><span class="n">com</span><span class="p">.</span><span class="n">example</span><span class="o">.*</span><span class="n">ServerSideTest</span>
 </pre></div>
 
 
@@ -236,7 +236,7 @@ same request again.      </p>
 but using the newer <code>TeleporterRule</code> described above is much simpler. As a result, this bundle
 should only be needed for existing tests that were written using its mechanisms.   </p>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; text-align: right;">
-        Rev. 1704502 by bdelacretaz on Tue, 22 Sep 2015 09:55:32 +0000
+        Rev. 1704503 by bdelacretaz on Tue, 22 Sep 2015 09:58:34 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Sling, Sling, Apache, the Apache feather logo, and the Apache Sling project

Modified: websites/staging/sling/trunk/content/documentation/development/sling-testing-tools.html
==============================================================================
--- websites/staging/sling/trunk/content/documentation/development/sling-testing-tools.html (original)
+++ websites/staging/sling/trunk/content/documentation/development/sling-testing-tools.html Tue Sep 22 09:58:46 2015
@@ -114,9 +114,10 @@ h2:hover > .headerlink, h3:hover > .head
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
 <div class="warning">
 While this information is still valid, we recommend using the tools and techniques described
-in the newer [Junit Server-Side Tests Support](/documentation/bundles/org-apache-sling-junit-bundles.html) page instead. 
+in the newer "Junit Server-Side Tests Support" page instead, see link below. 
 </div>
 
+<p>As mentioned above, this is now replaced by the <a href="/documentation/bundles/org-apache-sling-junit-bundles.html">Junit Server-Side Tests Support</a> page. </p>
 <p>Sling provides a number of testing tools to support the following use cases:</p>
 <ul>
 <li>Run JUnit tests contributed by OSGi bundles in an OSGi system. This does not require Sling and should work in other OSGi  environments.</li>
@@ -247,7 +248,7 @@ for an example of how to do that.</p>
 
 <p>the server start is interrupted until a debugger is connected on port 8000.</p>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; text-align: right;">
-        Rev. 1704502 by bdelacretaz on Tue, 22 Sep 2015 09:55:32 +0000
+        Rev. 1704503 by bdelacretaz on Tue, 22 Sep 2015 09:58:34 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Sling, Sling, Apache, the Apache feather logo, and the Apache Sling project