[jboss-cvs] JBossAS SVN: r114663 - branches/JBPAPP_5/testsuite/src/main/org/jboss/test/jmx/invoker.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 14 08:23:39 EST 2014


Author: istudens at redhat.com
Date: 2014-01-14 08:23:38 -0500 (Tue, 14 Jan 2014)
New Revision: 114663

Modified:
   branches/JBPAPP_5/testsuite/src/main/org/jboss/test/jmx/invoker/RMIBadListener.java
   branches/JBPAPP_5/testsuite/src/main/org/jboss/test/jmx/invoker/RMIListener.java
Log:
JBPAPP-10956 improved the logging for an intermittently failing test

Modified: branches/JBPAPP_5/testsuite/src/main/org/jboss/test/jmx/invoker/RMIBadListener.java
===================================================================
--- branches/JBPAPP_5/testsuite/src/main/org/jboss/test/jmx/invoker/RMIBadListener.java	2014-01-13 15:37:58 UTC (rev 114662)
+++ branches/JBPAPP_5/testsuite/src/main/org/jboss/test/jmx/invoker/RMIBadListener.java	2014-01-14 13:23:38 UTC (rev 114663)
@@ -53,7 +53,7 @@
    }
    public void handleNotification(Notification event, Object handback)
    {
-      System.out.println("BadListener handleNotification, event: "+event+", count="+count);
+      System.out.println("RMIBadListener handleNotification, event: "+event+", count="+count);
       count ++;
       try
       {

Modified: branches/JBPAPP_5/testsuite/src/main/org/jboss/test/jmx/invoker/RMIListener.java
===================================================================
--- branches/JBPAPP_5/testsuite/src/main/org/jboss/test/jmx/invoker/RMIListener.java	2014-01-13 15:37:58 UTC (rev 114662)
+++ branches/JBPAPP_5/testsuite/src/main/org/jboss/test/jmx/invoker/RMIListener.java	2014-01-14 13:23:38 UTC (rev 114663)
@@ -53,7 +53,7 @@
    }
    public void handleNotification(Notification event, Object handback)
    {
-      System.out.println("handleNotification, event: "+event+", count="+count);
+      System.out.println("RMIListener handleNotification, event: "+event+", count="+count);
       count ++;
       synchronized( this )
       {



More information about the jboss-cvs-commits mailing list