[jboss-remoting-commits] JBoss Remoting SVN: r4331 - remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/bisocket/timertask.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Fri Jun 27 21:32:56 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-06-27 21:32:55 -0400 (Fri, 27 Jun 2008)
New Revision: 4331

Modified:
   remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/bisocket/timertask/TimerTaskTestCase.java
Log:
JBREM-1005: setUp() doesn't save purge() method.

Modified: remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/bisocket/timertask/TimerTaskTestCase.java
===================================================================
--- remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/bisocket/timertask/TimerTaskTestCase.java	2008-06-28 01:30:04 UTC (rev 4330)
+++ remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/bisocket/timertask/TimerTaskTestCase.java	2008-06-28 01:32:55 UTC (rev 4331)
@@ -94,7 +94,7 @@
          
          try
          {
-            Method purge = SecurityUtility.getDeclaredMethod(Timer.class, "purge", new Class[]{});
+            SecurityUtility.getDeclaredMethod(Timer.class, "purge", new Class[]{});
             purgeMethodAvailable = true;
          }
          catch (Exception e)




More information about the jboss-remoting-commits mailing list