[Jboss-cvs] JBossAS SVN: r55408 - branches/Branch_4_0/testsuite/src/main/org/jboss/test/web/test
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Aug 8 12:16:20 EDT 2006
Author: bstansberry at jboss.com
Date: 2006-08-08 12:16:19 -0400 (Tue, 08 Aug 2006)
New Revision: 55408
Modified:
branches/Branch_4_0/testsuite/src/main/org/jboss/test/web/test/ClusteredSingleSignOnUnitTestCase.java
Log:
Add some debug logging to understand jrockit failures
Modified: branches/Branch_4_0/testsuite/src/main/org/jboss/test/web/test/ClusteredSingleSignOnUnitTestCase.java
===================================================================
--- branches/Branch_4_0/testsuite/src/main/org/jboss/test/web/test/ClusteredSingleSignOnUnitTestCase.java 2006-08-08 16:15:09 UTC (rev 55407)
+++ branches/Branch_4_0/testsuite/src/main/org/jboss/test/web/test/ClusteredSingleSignOnUnitTestCase.java 2006-08-08 16:16:19 UTC (rev 55408)
@@ -68,6 +68,9 @@
{
super.setUp();
+ log.debug("deployed0 = " + deployed0);
+ log.debug("deployed1 = " + deployed1);
+
adaptors = getAdaptors();
if (!deployed0)
{
@@ -80,6 +83,14 @@
deployed1 = true;
}
}
+
+ protected void tearDown() throws Exception
+ {
+ super.tearDown();
+
+ log.debug("deployed0 = " + deployed0);
+ log.debug("deployed1 = " + deployed1);
+ }
/** Test single sign-on across two web apps using form based auth
*
More information about the jboss-cvs-commits
mailing list