summaryrefslogtreecommitdiff
path: root/java/client/test/src
diff options
context:
space:
mode:
authorMarnie McCormack <marnie@apache.org>2006-11-07 11:12:49 +0000
committerMarnie McCormack <marnie@apache.org>2006-11-07 11:12:49 +0000
commite4ec69544d05f04c64b92d85905978495c1aee77 (patch)
tree2876b38443ebd190b61dfca9b3eee33e432b2c5a /java/client/test/src
parent1b3a76fe43ebac4e717a9adaa6b7900715f09c87 (diff)
downloadqpid-python-e4ec69544d05f04c64b92d85905978495c1aee77.tar.gz
Added new test classes to unit tests
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@472064 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client/test/src')
-rw-r--r--java/client/test/src/org/apache/qpid/client/AllClientUnitTests.java4
1 files changed, 3 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 9f27bde0d2..1b2b2ed0aa 100644
--- a/java/client/test/src/org/apache/qpid/client/AllClientUnitTests.java
+++ b/java/client/test/src/org/apache/qpid/client/AllClientUnitTests.java
@@ -34,7 +34,9 @@ import org.junit.runners.Suite;
org.apache.qpid.destinationurl.UnitTests.class,
org.apache.qpid.jndi.referenceabletest.UnitTests.class,
org.apache.qpid.transacted.UnitTests.class,
- org.apache.qpid.client.protocol.TestAMQProtocolSession.class
+ org.apache.qpid.client.protocol.TestAMQProtocolSession.class,
+ org.apache.qpid.client.TestAMQConnection.class,
+ org.apache.qpid.client.TestAMQSession.class
})
public class AllClientUnitTests
{