Author: ritchiem
Date: Mon Oct 5 14:59:17 2009
New Revision: 821818
URL: http://svn.apache.org/viewvc?rev=821818&view=rev
Log:
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.
Modified:
qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/client/message/SelectorTest.java
Modified:
qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/client/message/SelectorTest.java
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/client/message/SelectorTest.java?rev=821818&r1=821817&r2=821818&view=diff
==============================================================================
---
qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/client/message/SelectorTest.java
(original)
+++
qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/client/message/SelectorTest.java
Mon Oct 5 14:59:17 2009
@@ -33,6 +33,7 @@
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;
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]