Author: bdelacretaz
Date: Wed Jan 28 07:33:24 2015
New Revision: 1655231

URL: http://svn.apache.org/r1655231
Log:
SLING-4261 - wait for server-side tests before testing

Modified:
    sling/trunk/launchpad/testing/pom.xml

Modified: sling/trunk/launchpad/testing/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/launchpad/testing/pom.xml?rev=1655231&r1=1655230&r2=1655231&view=diff
==============================================================================
--- sling/trunk/launchpad/testing/pom.xml (original)
+++ sling/trunk/launchpad/testing/pom.xml Wed Jan 28 07:33:24 2015
@@ -271,9 +271,10 @@
                                 
<launchpad.webdav.server.url>http://${test.host}:${http.port}/${webdav.workspace.path}</launchpad.webdav.server.url>
                                 
<HttpTestBase.readyTimeoutSeconds>${HttpTestBase.readyTimeoutSeconds}</HttpTestBase.readyTimeoutSeconds>
                                 
-                                <!-- Additional readyness checks, SLING-3235 
-->
+                                <!-- Additional readyness checks, SLING-3235 
and SLING-4261 -->
                                 
<launchpad.ready.1>GET:/system/console/status-Configurations/configuration-status-20131115-101714.txt:200:config.comment.*setup
 the JSP engine for running tests</launchpad.ready.1>
                                 
<launchpad.ready.2>GET:/.EXPORTED_PACKAGES.txt?package=org.apache.sling.api:200:PACKAGE
 FOUND.*org.apache.sling.api</launchpad.ready.2>
+                                
<launchpad.ready.3>GET:/system/sling/junit/org.apache.sling.launchpad.testservices.serversidetests.WriteableResourcesTest.json:200:WriteableResourcesTest</launchpad.ready.3>
                             </systemPropertyVariables>
                         </configuration>
                     </plugin>


Reply via email to