You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2009/08/06 17:52:31 UTC

svn commit: r801685 - /incubator/uima/sandbox/trunk/uima-as/uimaj-as-activemq/src/test/java/org/apache/uima/ee/test/utils/ActiveMQSupport.java

Author: cwiklik
Date: Thu Aug  6 15:52:30 2009
New Revision: 801685

URL: http://svn.apache.org/viewvc?rev=801685&view=rev
Log:
UIMA-1475 Changed a message identifying a thread that has not yet stopped

Modified:
    incubator/uima/sandbox/trunk/uima-as/uimaj-as-activemq/src/test/java/org/apache/uima/ee/test/utils/ActiveMQSupport.java

Modified: incubator/uima/sandbox/trunk/uima-as/uimaj-as-activemq/src/test/java/org/apache/uima/ee/test/utils/ActiveMQSupport.java
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/uima-as/uimaj-as-activemq/src/test/java/org/apache/uima/ee/test/utils/ActiveMQSupport.java?rev=801685&r1=801684&r2=801685&view=diff
==============================================================================
--- incubator/uima/sandbox/trunk/uima-as/uimaj-as-activemq/src/test/java/org/apache/uima/ee/test/utils/ActiveMQSupport.java (original)
+++ incubator/uima/sandbox/trunk/uima-as/uimaj-as-activemq/src/test/java/org/apache/uima/ee/test/utils/ActiveMQSupport.java Thu Aug  6 15:52:30 2009
@@ -272,7 +272,7 @@
                         !tName.equals("BrokerThreadGroup") && 
                             !tName.startsWith("ActiveMQ")) {
             foundExpectedThreads = false;
-            System.out.println("----- Hung Thread Name:"+tName);
+            System.out.println("----- Waiting For Thread Name:"+tName+" To Stop");
             break;   // from for
           }
         } catch( Exception e) {}