You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2008/03/20 08:17:38 UTC

svn commit: r639182 - /cocoon/trunk/core/cocoon-webapp/src/test/java/org/apache/cocoon/it/sitemap/ErrorHandlingTest.java

Author: reinhard
Date: Thu Mar 20 00:17:38 2008
New Revision: 639182

URL: http://svn.apache.org/viewvc?rev=639182&view=rev
Log:
completely comment this test case to find out if this solves our problems with the integration tests on Continuum (this test seems to cause side-effects)

Modified:
    cocoon/trunk/core/cocoon-webapp/src/test/java/org/apache/cocoon/it/sitemap/ErrorHandlingTest.java

Modified: cocoon/trunk/core/cocoon-webapp/src/test/java/org/apache/cocoon/it/sitemap/ErrorHandlingTest.java
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-webapp/src/test/java/org/apache/cocoon/it/sitemap/ErrorHandlingTest.java?rev=639182&r1=639181&r2=639182&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-webapp/src/test/java/org/apache/cocoon/it/sitemap/ErrorHandlingTest.java (original)
+++ cocoon/trunk/core/cocoon-webapp/src/test/java/org/apache/cocoon/it/sitemap/ErrorHandlingTest.java Thu Mar 20 00:17:38 2008
@@ -60,12 +60,12 @@
     /*
      * Doesn't work. See https://issues.apache.org/jira/browse/COCOON-2179
      */
-    public void testExceptionGenerator() throws Exception {
-        for(int i = 0; i < 5; i++) {
-            this.loadResponse("/cocoon-it/error-handling/another-custom-error");
-            int statusCode = this.response.getStatusCode();
+//    public void testExceptionGenerator() throws Exception {
+//        for(int i = 0; i < 5; i++) {
+//            this.loadResponse("/cocoon-it/error-handling/another-custom-error");
+//            int statusCode = this.response.getStatusCode();
 //            assertTrue(statusCode == 506);
-        }
-    }
+//        }
+//    }
 
 }