summaryrefslogtreecommitdiff
path: root/qpid/java
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
commit7b425d779c168bd00b21ff258340242b8631d1b8 (patch)
tree8db3d9f5cf6e74efb6d23dcf6d30b38b0c849962 /qpid/java
parent15d6253c1e617d4dfc09c0c0282a44401cf2781d (diff)
downloadqpid-python-7b425d779c168bd00b21ff258340242b8631d1b8.tar.gz
Added new test classes to unit tests
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@472064 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
-rw-r--r--qpid/java/client/test/src/org/apache/qpid/client/AllClientUnitTests.java4
1 files changed, 3 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 9f27bde0d2..1b2b2ed0aa 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
@@ -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
{