[jboss-cvs] JBoss Messaging SVN: r7782 - trunk/tests/src/org/jboss/messaging/tests/integration/xa.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 18 13:10:18 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-08-18 13:10:18 -0400 (Tue, 18 Aug 2009)
New Revision: 7782

Modified:
   trunk/tests/src/org/jboss/messaging/tests/integration/xa/BasicXaRecoveryTest.java
Log:
Setting fields to null on tearDown

Modified: trunk/tests/src/org/jboss/messaging/tests/integration/xa/BasicXaRecoveryTest.java
===================================================================
--- trunk/tests/src/org/jboss/messaging/tests/integration/xa/BasicXaRecoveryTest.java	2009-08-18 17:03:47 UTC (rev 7781)
+++ trunk/tests/src/org/jboss/messaging/tests/integration/xa/BasicXaRecoveryTest.java	2009-08-18 17:10:18 UTC (rev 7782)
@@ -116,8 +116,20 @@
          }
       }
       server = null;
+
       clientSession = null;
 
+      server = null;
+
+      clientProducer = null;
+
+      clientConsumer = null;
+
+      sessionFactory = null;
+
+      configuration = null;
+      
+
       super.tearDown();
    }
 




More information about the jboss-cvs-commits mailing list