[jboss-remoting-commits] JBoss Remoting SVN: r5272 - remoting2/branches/2.x/src/tests/org/jboss/test/remoting/marshall/config.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Mon May 18 00:49:46 EDT 2009


Author: ron.sigal at jboss.com
Date: 2009-05-18 00:49:46 -0400 (Mon, 18 May 2009)
New Revision: 5272

Modified:
   remoting2/branches/2.x/src/tests/org/jboss/test/remoting/marshall/config/ConfigTestMarshaller.java
Log:
JBREM-1102: Added log statement to reset().

Modified: remoting2/branches/2.x/src/tests/org/jboss/test/remoting/marshall/config/ConfigTestMarshaller.java
===================================================================
--- remoting2/branches/2.x/src/tests/org/jboss/test/remoting/marshall/config/ConfigTestMarshaller.java	2009-05-17 21:39:34 UTC (rev 5271)
+++ remoting2/branches/2.x/src/tests/org/jboss/test/remoting/marshall/config/ConfigTestMarshaller.java	2009-05-18 04:49:46 UTC (rev 5272)
@@ -67,6 +67,7 @@
    {
       cloned = 0;
       wrote = false;
+      log.info("reset(): wrote: " + wrote + ", cloned: " + cloned);
    }
 }
 




More information about the jboss-remoting-commits mailing list