summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2009-10-05 14:59:17 +0000
committerMartin Ritchie <ritchiem@apache.org>2009-10-05 14:59:17 +0000
commit085632d07ed94785a0a099a091d2bf800e560087 (patch)
treeb360e9d82c3c968d19fd77635f97eebac57a94b3
parentba3e298ae151a8328ab9a9caf4bd1ba947b032b8 (diff)
downloadqpid-python-085632d07ed94785a0a099a091d2bf800e560087.tar.gz
Removed BasicConfigurator.configure() this should not be used in testing as it will enabled full DEBUG logging. If the logging needs tweeked for the test the test must remember the previous configuratio and restore it after the test run. Here I can see no reason to enable DEBUG logging.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@821818 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/systests/src/main/java/org/apache/qpid/test/client/message/SelectorTest.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/systests/src/main/java/org/apache/qpid/test/client/message/SelectorTest.java b/java/systests/src/main/java/org/apache/qpid/test/client/message/SelectorTest.java
index 1ec39bd1e0..a09589b121 100644
--- a/java/systests/src/main/java/org/apache/qpid/test/client/message/SelectorTest.java
+++ b/java/systests/src/main/java/org/apache/qpid/test/client/message/SelectorTest.java
@@ -33,6 +33,7 @@ import javax.jms.Session;
import junit.framework.Assert;
+import org.apache.qpid.AMQException;
import org.apache.qpid.client.AMQConnection;
import org.apache.qpid.client.AMQDestination;
import org.apache.qpid.client.AMQQueue;