SLING-704 Enable InifiteLoopDetection test

git-svn-id: https://svn.apache.org/repos/asf/incubator/sling/trunk@737678 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/test/java/org/apache/sling/launchpad/webapp/integrationtest/ForwardTest.java b/src/test/java/org/apache/sling/launchpad/webapp/integrationtest/ForwardTest.java
index 0e19aea..10ff627 100644
--- a/src/test/java/org/apache/sling/launchpad/webapp/integrationtest/ForwardTest.java
+++ b/src/test/java/org/apache/sling/launchpad/webapp/integrationtest/ForwardTest.java
@@ -118,7 +118,7 @@
         assertTrue("Text of node A is not included (" + content + ")",!content.contains(testTextB));
     }
 
-    public void xtestInfiniteLoopDetection() throws IOException {
+    public void testInfiniteLoopDetection() throws IOException {
         // Node C has a property that causes an infinite include loop,
         // Sling must indicate the problem in its response
         final GetMethod get = new GetMethod(nodeUrlC + ".html");