[jboss-cvs] JBossAS SVN: r85653 - branches/Branch_5_x/testsuite/src/main/org/jboss/test/cluster/defaultcfg/web/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 9 18:09:49 EDT 2009


Author: pferraro
Date: 2009-03-09 18:09:49 -0400 (Mon, 09 Mar 2009)
New Revision: 85653

Modified:
   branches/Branch_5_x/testsuite/src/main/org/jboss/test/cluster/defaultcfg/web/test/CleanShutdownTestCase.java
Log:
Assert subsequent request returns 404

Modified: branches/Branch_5_x/testsuite/src/main/org/jboss/test/cluster/defaultcfg/web/test/CleanShutdownTestCase.java
===================================================================
--- branches/Branch_5_x/testsuite/src/main/org/jboss/test/cluster/defaultcfg/web/test/CleanShutdownTestCase.java	2009-03-09 21:27:02 UTC (rev 85652)
+++ branches/Branch_5_x/testsuite/src/main/org/jboss/test/cluster/defaultcfg/web/test/CleanShutdownTestCase.java	2009-03-09 22:09:49 UTC (rev 85653)
@@ -145,6 +145,9 @@
             
             Assert.fail(e.getCause().getMessage());
          }
+         
+         // Subsequent request should return 404
+         Assert.assertEquals(404, new RequestTask(0).call().intValue());
       }
       finally
       {




More information about the jboss-cvs-commits mailing list