diff options
author | Marnie McCormack <marnie@apache.org> | 2006-11-02 12:04:49 +0000 |
---|---|---|
committer | Marnie McCormack <marnie@apache.org> | 2006-11-02 12:04:49 +0000 |
commit | 475e8f4e09ea82ebb4ea91873196f1956a3de49f (patch) | |
tree | 77068b1fbe53a0b013c9af52725a0c13ca4892d6 /java/client/test/src | |
parent | 5679bee55bff358c70c6843432a65ca639913792 (diff) | |
download | qpid-python-475e8f4e09ea82ebb4ea91873196f1956a3de49f.tar.gz |
Added TestAMQProtocolSession to test suite for client for QPID-4
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@470340 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client/test/src')
-rw-r--r-- | java/client/test/src/org/apache/qpid/client/AllClientUnitTests.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/client/test/src/org/apache/qpid/client/AllClientUnitTests.java b/java/client/test/src/org/apache/qpid/client/AllClientUnitTests.java index 0ecd715284..9f27bde0d2 100644 --- a/java/client/test/src/org/apache/qpid/client/AllClientUnitTests.java +++ b/java/client/test/src/org/apache/qpid/client/AllClientUnitTests.java @@ -33,7 +33,8 @@ import org.junit.runners.Suite; org.apache.qpid.forwardall.UnitTests.class, org.apache.qpid.destinationurl.UnitTests.class, org.apache.qpid.jndi.referenceabletest.UnitTests.class, - org.apache.qpid.transacted.UnitTests.class + org.apache.qpid.transacted.UnitTests.class, + org.apache.qpid.client.protocol.TestAMQProtocolSession.class }) public class AllClientUnitTests { |