You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2018/08/07 11:21:52 UTC

qpid-broker-j git commit: NO-JIRA: Extend new test from UnitTestBase

Repository: qpid-broker-j
Updated Branches:
  refs/heads/master cf40fdea3 -> 97caecc13


NO-JIRA: Extend new test from UnitTestBase


Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/97caecc1
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/97caecc1
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/97caecc1

Branch: refs/heads/master
Commit: 97caecc138cdb691d07e77855a8e611b690d342b
Parents: cf40fde
Author: Alex Rudyy <or...@apache.org>
Authored: Tue Aug 7 12:21:34 2018 +0100
Committer: Alex Rudyy <or...@apache.org>
Committed: Tue Aug 7 12:21:34 2018 +0100

----------------------------------------------------------------------
 .../apache/qpid/server/protocol/v1_0/SendingLinkEndpointTest.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/97caecc1/broker-plugins/amqp-1-0-protocol/src/test/java/org/apache/qpid/server/protocol/v1_0/SendingLinkEndpointTest.java
----------------------------------------------------------------------
diff --git a/broker-plugins/amqp-1-0-protocol/src/test/java/org/apache/qpid/server/protocol/v1_0/SendingLinkEndpointTest.java b/broker-plugins/amqp-1-0-protocol/src/test/java/org/apache/qpid/server/protocol/v1_0/SendingLinkEndpointTest.java
index 3ce0f9f..136055e 100644
--- a/broker-plugins/amqp-1-0-protocol/src/test/java/org/apache/qpid/server/protocol/v1_0/SendingLinkEndpointTest.java
+++ b/broker-plugins/amqp-1-0-protocol/src/test/java/org/apache/qpid/server/protocol/v1_0/SendingLinkEndpointTest.java
@@ -42,8 +42,9 @@ import org.apache.qpid.server.protocol.v1_0.type.messaging.TerminusExpiryPolicy;
 import org.apache.qpid.server.protocol.v1_0.type.transport.Attach;
 import org.apache.qpid.server.protocol.v1_0.type.transport.Flow;
 import org.apache.qpid.server.protocol.v1_0.type.transport.Role;
+import org.apache.qpid.test.utils.UnitTestBase;
 
-public class SendingLinkEndpointTest
+public class SendingLinkEndpointTest extends UnitTestBase
 {
     private static final String ADDRESS = "test";
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org