AMQP-124: comment out syserr in test

This commit is contained in:
Dave Syer
2011-03-22 21:57:57 +00:00
parent 2030e51165
commit b9a9ba8d12

View File

@@ -60,7 +60,7 @@ public class MessageTests {
MessageProperties messageProperties = new MessageProperties();
messageProperties.setContentType(MessageProperties.CONTENT_TYPE_SERIALIZED_OBJECT);
Message message = new Message("foo".getBytes(), messageProperties);
System.err.println(message);
// System.err.println(message);
assertNotNull(message.toString());
}