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/05/18 10:27:44 UTC

svn commit: r1744379 - /sling/trunk/bundles/commons/json/src/test/java/org/apache/sling/commons/json/sling/ResourceTraversorTest.java

Author: bdelacretaz
Date: Wed May 18 10:27:43 2016
New Revision: 1744379

URL: http://svn.apache.org/viewvc?rev=1744379&view=rev
Log:
SLING-5578 - minor tweaks

Modified:
    sling/trunk/bundles/commons/json/src/test/java/org/apache/sling/commons/json/sling/ResourceTraversorTest.java

Modified: sling/trunk/bundles/commons/json/src/test/java/org/apache/sling/commons/json/sling/ResourceTraversorTest.java
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/commons/json/src/test/java/org/apache/sling/commons/json/sling/ResourceTraversorTest.java?rev=1744379&r1=1744378&r2=1744379&view=diff
==============================================================================
--- sling/trunk/bundles/commons/json/src/test/java/org/apache/sling/commons/json/sling/ResourceTraversorTest.java (original)
+++ sling/trunk/bundles/commons/json/src/test/java/org/apache/sling/commons/json/sling/ResourceTraversorTest.java Wed May 18 10:27:43 2016
@@ -29,7 +29,6 @@ import org.apache.sling.commons.json.JSO
 import org.apache.sling.commons.json.JSONObject;
 import org.apache.sling.testing.mock.sling.junit.SlingContext;
 import org.junit.Before;
-import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 
@@ -37,7 +36,7 @@ public class ResourceTraversorTest {
     private static final String RESOURCE_NAME = "R";
     private static final String ID = "id";
 
-    // Several tests currently fail with stack overflow with -Dsling.test.ResourceTraversor.count=20000
+    // Several tests currently fail with stack overflow if this is set to 20000
     private final int MANY = Integer.getInteger("sling.test.ResourceTraversor.count", 10);
     private final int FEW = 5;
     private final int LEVELS = 3;