diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2009-10-05 14:59:17 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2009-10-05 14:59:17 +0000 |
| commit | a1c6e918f40467a03a94dfc3a8e1f335ed021bcb (patch) | |
| tree | d0f5a9494730b740918cce4f6bdc9dd85742109a /qpid/java | |
| parent | 170212e4904e93675280b81a9b6c41153bb3f3d6 (diff) | |
| download | qpid-python-a1c6e918f40467a03a94dfc3a8e1f335ed021bcb.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@821818 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
| -rw-r--r-- | qpid/java/systests/src/main/java/org/apache/qpid/test/client/message/SelectorTest.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/java/systests/src/main/java/org/apache/qpid/test/client/message/SelectorTest.java b/qpid/java/systests/src/main/java/org/apache/qpid/test/client/message/SelectorTest.java index 1ec39bd1e0..a09589b121 100644 --- a/qpid/java/systests/src/main/java/org/apache/qpid/test/client/message/SelectorTest.java +++ b/qpid/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; |
