Author: fmeschbe Date: Mon Jan 26 12:12:40 2009 New Revision: 737678 URL: http://svn.apache.org/viewvc?rev=737678&view=rev Log: SLING-704 Enable InifiteLoopDetection test
Modified: incubator/sling/trunk/launchpad/testing/src/test/java/org/apache/sling/launchpad/webapp/integrationtest/ForwardTest.java Modified: incubator/sling/trunk/launchpad/testing/src/test/java/org/apache/sling/launchpad/webapp/integrationtest/ForwardTest.java URL: http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/testing/src/test/java/org/apache/sling/launchpad/webapp/integrationtest/ForwardTest.java?rev=737678&r1=737677&r2=737678&view=diff ============================================================================== --- incubator/sling/trunk/launchpad/testing/src/test/java/org/apache/sling/launchpad/webapp/integrationtest/ForwardTest.java (original) +++ incubator/sling/trunk/launchpad/testing/src/test/java/org/apache/sling/launchpad/webapp/integrationtest/ForwardTest.java Mon Jan 26 12:12:40 2009 @@ -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");