[jboss-cvs] JBossAS SVN: r59613 - projects/test/trunk/test/src/main/org/jboss/test.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Sat Jan 13 13:32:56 EST 2007
Author: bill.burke at jboss.com
Date: 2007-01-13 13:32:55 -0500 (Sat, 13 Jan 2007)
New Revision: 59613
Modified:
projects/test/trunk/test/src/main/org/jboss/test/JBossTestCase.java
Log:
Not sure why tearDown() would close the delegate. JBossTestSetup is supposed to setup() and teardown the delegate.
Modified: projects/test/trunk/test/src/main/org/jboss/test/JBossTestCase.java
===================================================================
--- projects/test/trunk/test/src/main/org/jboss/test/JBossTestCase.java 2007-01-13 09:44:06 UTC (rev 59612)
+++ projects/test/trunk/test/src/main/org/jboss/test/JBossTestCase.java 2007-01-13 18:32:55 UTC (rev 59613)
@@ -101,8 +101,6 @@
*/
protected void tearDown() throws Exception
{
- if (delegate != null)
- delegate.tearDown();
}
/**
More information about the jboss-cvs-commits
mailing list