You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2016/02/03 16:42:01 UTC

svn commit: r1728335 - in /sling/trunk/bundles/commons/repoinit/it: pom.xml src/test/java/org/apache/sling/repoinit/it/RepoInitIT.java

Author: bdelacretaz
Date: Wed Feb  3 15:42:01 2016
New Revision: 1728335

URL: http://svn.apache.org/viewvc?rev=1728335&view=rev
Log:
SLING-5452 - teleporter changes should avoid timeout on test bundle installation

Modified:
    sling/trunk/bundles/commons/repoinit/it/pom.xml
    sling/trunk/bundles/commons/repoinit/it/src/test/java/org/apache/sling/repoinit/it/RepoInitIT.java

Modified: sling/trunk/bundles/commons/repoinit/it/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/commons/repoinit/it/pom.xml?rev=1728335&r1=1728334&r2=1728335&view=diff
==============================================================================
--- sling/trunk/bundles/commons/repoinit/it/pom.xml (original)
+++ sling/trunk/bundles/commons/repoinit/it/pom.xml Wed Feb  3 15:42:01 2016
@@ -198,7 +198,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.junit.teleporter</artifactId>
-      <version>1.0.4</version>
+      <version>1.0.7-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: sling/trunk/bundles/commons/repoinit/it/src/test/java/org/apache/sling/repoinit/it/RepoInitIT.java
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/commons/repoinit/it/src/test/java/org/apache/sling/repoinit/it/RepoInitIT.java?rev=1728335&r1=1728334&r2=1728335&view=diff
==============================================================================
--- sling/trunk/bundles/commons/repoinit/it/src/test/java/org/apache/sling/repoinit/it/RepoInitIT.java (original)
+++ sling/trunk/bundles/commons/repoinit/it/src/test/java/org/apache/sling/repoinit/it/RepoInitIT.java Wed Feb  3 15:42:01 2016
@@ -47,7 +47,6 @@ import org.junit.Rule;
 import org.junit.Test;
 
 /** Test service users and ACLs set from a text file. */
-@Ignore("SLING-5452 - tests fail on Jenkins")
 public class RepoInitIT {
 
     private Session session;