Author: tabish
Date: Fri Jan 12 06:18:41 2007
New Revision: 495577

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

Modified:
    
incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/test/activemq/io/ByteArrayInputStreamTest.h

Modified: 
incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/test/activemq/io/ByteArrayInputStreamTest.h
URL: 
http://svn.apache.org/viewvc/incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/test/activemq/io/ByteArrayInputStreamTest.h?view=diff&rev=495577&r1=495576&r2=495577
==============================================================================
--- 
incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/test/activemq/io/ByteArrayInputStreamTest.h
 (original)
+++ 
incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/test/activemq/io/ByteArrayInputStreamTest.h
 Fri Jan 12 06:18:41 2007
@@ -56,7 +56,7 @@
          char c = stream_a.read();
          char d = stream_a.read();
 
-         printf("a=%c, b=%c, c=%c, d=%c\n", a, b, c, d );
+         //printf("a=%c, b=%c, c=%c, d=%c\n", a, b, c, d );
          CPPUNIT_ASSERT( a == 't' && b == 'e' && c == 's' && d == 't' );
          CPPUNIT_ASSERT( stream_a.available() == 0 );
 


Reply via email to