diff options
author | Aidan Skinner <aidan@apache.org> | 2008-04-20 10:57:21 +0000 |
---|---|---|
committer | Aidan Skinner <aidan@apache.org> | 2008-04-20 10:57:21 +0000 |
commit | 0e49a2f29cc587ff47c59d72e65cd981a256a782 (patch) | |
tree | 0c8b2b20ded17262f0b7b7be84cfc12997ebe19a | |
parent | fedda2beedfb1dbf3778dcc64e631bba89e606b3 (diff) | |
download | qpid-python-0e49a2f29cc587ff47c59d72e65cd981a256a782.tar.gz |
QPID-832 remove log4j spewage
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/thegreatmerge@649907 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | qpid/java/client/src/test/java/org/apache/qpid/test/unit/topic/DurableSubscriptionTest.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/java/client/src/test/java/org/apache/qpid/test/unit/topic/DurableSubscriptionTest.java b/qpid/java/client/src/test/java/org/apache/qpid/test/unit/topic/DurableSubscriptionTest.java index af1d5a85ef..ed26a78887 100644 --- a/qpid/java/client/src/test/java/org/apache/qpid/test/unit/topic/DurableSubscriptionTest.java +++ b/qpid/java/client/src/test/java/org/apache/qpid/test/unit/topic/DurableSubscriptionTest.java @@ -196,7 +196,6 @@ public class DurableSubscriptionTest extends QpidTestCase 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(); |