Author: rombert
Date: Wed Jul 10 20:32:06 2013
New Revision: 1501973

URL: http://svn.apache.org/r1501973
Log:
SLING-2960 - Contrib integration tests fail: Sling services not
available. Already checked in earlier tests.

Correct webdav url.

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

Modified: sling/trunk/contrib/launchpad/testing/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/contrib/launchpad/testing/pom.xml?rev=1501973&r1=1501972&r2=1501973&view=diff
==============================================================================
--- sling/trunk/contrib/launchpad/testing/pom.xml (original)
+++ sling/trunk/contrib/launchpad/testing/pom.xml Wed Jul 10 20:32:06 2013
@@ -290,7 +290,7 @@
                                                 launchpad.webdav.server.url
                                             </name>
                                             <value>
-                                                
http://${test.host}:${http.port}/${http.base.path}/${webdav.workspace.path}
+                                                
http://${test.host}:${http.port}/${webdav.workspace.path}
                                             </value>
                                         </property>
 


Reply via email to