Author: aidan
Date: Sun Apr 20 03:57:21 2008
New Revision: 649907
URL: http://svn.apache.org/viewvc?rev=649907&view=rev
Log:
QPID-832 remove log4j spewage
Modified:
incubator/qpid/branches/thegreatmerge/qpid/java/client/src/test/java/org/apache/qpid/test/unit/topic/DurableSubscriptionTest.java
Modified:
incubator/qpid/branches/thegreatmerge/qpid/java/client/src/test/java/org/apache/qpid/test/unit/topic/DurableSubscriptionTest.java
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/thegreatmerge/qpid/java/client/src/test/java/org/apache/qpid/test/unit/topic/DurableSubscriptionTest.java?rev=649907&r1=649906&r2=649907&view=diff
==============================================================================
---
incubator/qpid/branches/thegreatmerge/qpid/java/client/src/test/java/org/apache/qpid/test/unit/topic/DurableSubscriptionTest.java
(original)
+++
incubator/qpid/branches/thegreatmerge/qpid/java/client/src/test/java/org/apache/qpid/test/unit/topic/DurableSubscriptionTest.java
Sun Apr 20 03:57:21 2008
@@ -196,7 +196,6 @@
private void durabilityImplSessionPerConnection(int ackMode) throws
AMQException, JMSException, URLSyntaxException
{
Message msg;
- org.apache.log4j.BasicConfigurator.configure();
// Create producer.
AMQConnection con0 = new AMQConnection("vm://:1", "guest", "guest",
"test", "test");
con0.start();