Repository: qpid-jms Updated Branches: refs/heads/master 9223336c1 -> 52edd46bc
Remove connection declaration and use the one from the test support class. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/52edd46b Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/52edd46b Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/52edd46b Branch: refs/heads/master Commit: 52edd46bc54abf87623509e05981288b16fc9b52 Parents: 9223336 Author: Timothy Bish <[email protected]> Authored: Mon Jan 12 19:06:49 2015 -0500 Committer: Timothy Bish <[email protected]> Committed: Mon Jan 12 19:06:49 2015 -0500 ---------------------------------------------------------------------- .../apache/qpid/jms/consumer/JmsConsumerPriorityDispatchTest.java | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/52edd46b/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/consumer/JmsConsumerPriorityDispatchTest.java ---------------------------------------------------------------------- diff --git a/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/consumer/JmsConsumerPriorityDispatchTest.java b/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/consumer/JmsConsumerPriorityDispatchTest.java index 018d6bc..f584e67 100644 --- a/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/consumer/JmsConsumerPriorityDispatchTest.java +++ b/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/consumer/JmsConsumerPriorityDispatchTest.java @@ -21,7 +21,6 @@ import static org.junit.Assert.assertNotNull; import java.util.concurrent.TimeUnit; -import javax.jms.Connection; import javax.jms.Message; import javax.jms.MessageConsumer; import javax.jms.MessageProducer; @@ -40,8 +39,6 @@ import org.junit.Test; */ public class JmsConsumerPriorityDispatchTest extends AmqpTestSupport { - private Connection connection; - @Override @Before public void setUp() throws Exception { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
