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 | 2dabd43a1a2cfce785921eba6065e379a08a7ba1 (patch) | |
| tree | 1aaad043042076b606e798b38192d0cb19cb54d8 /qpid/java/client/test | |
| parent | 51349872a876adcb1a4625279dffe60e904518ac (diff) | |
| download | qpid-python-2dabd43a1a2cfce785921eba6065e379a08a7ba1.tar.gz | |
Added TestAMQProtocolSession to test suite for client for QPID-4
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@470340 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/client/test')
| -rw-r--r-- | qpid/java/client/test/src/org/apache/qpid/client/AllClientUnitTests.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/java/client/test/src/org/apache/qpid/client/AllClientUnitTests.java b/qpid/java/client/test/src/org/apache/qpid/client/AllClientUnitTests.java index 0ecd715284..9f27bde0d2 100644 --- a/qpid/java/client/test/src/org/apache/qpid/client/AllClientUnitTests.java +++ b/qpid/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 { |
