You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2007/01/12 14:47:09 UTC

svn commit: r495572 - /incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/test/activemq/concurrent/MutexTest.h

Author: tabish
Date: Fri Jan 12 05:47:08 2007
New Revision: 495572

URL: http://svn.apache.org/viewvc?view=rev&rev=495572
Log:
Remove excess console output from Unit tests

Modified:
    incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/test/activemq/concurrent/MutexTest.h

Modified: incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/test/activemq/concurrent/MutexTest.h
URL: http://svn.apache.org/viewvc/incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/test/activemq/concurrent/MutexTest.h?view=diff&rev=495572&r1=495571&r2=495572
==============================================================================
--- incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/test/activemq/concurrent/MutexTest.h (original)
+++ incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/test/activemq/concurrent/MutexTest.h Fri Jan 12 05:47:08 2007
@@ -580,7 +580,7 @@
                         numComplete++;
                     }  
                 }
-                printf("numComplete: %d, numThreads: %d\n", numComplete, numThreads );
+                //printf("numComplete: %d, numThreads: %d\n", numComplete, numThreads );
                 CPPUNIT_ASSERT( numComplete == numThreads );
              
                 // Delete all the threads.