diff options
author | Rajith Muditha Attapattu <rajith@apache.org> | 2010-07-22 17:30:23 +0000 |
---|---|---|
committer | Rajith Muditha Attapattu <rajith@apache.org> | 2010-07-22 17:30:23 +0000 |
commit | 1b78ab840e683b839ccc4e0bddeb643560c27d16 (patch) | |
tree | 0b790baad324fb356e79d423dba91a31ddf21157 | |
parent | c05f958148125dddd1736e222883d15e384609b8 (diff) | |
download | qpid-python-1b78ab840e683b839ccc4e0bddeb643560c27d16.tar.gz |
QPID-2752
Added the LVQTest to the java excludes list.
Eventually we should have a single test from the JMS client side that will work with both the Java and C++ brokers.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@966764 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/test-profiles/JavaExcludes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/test-profiles/JavaExcludes b/java/test-profiles/JavaExcludes index fc77ed78cf..11d2eff0d5 100644 --- a/java/test-profiles/JavaExcludes +++ b/java/test-profiles/JavaExcludes @@ -24,3 +24,5 @@ org.apache.qpid.test.unit.ack.RecoverTest#testOderingWithAsyncConsumer org.apache.qpid.test.unit.ack.RecoverTest#testOderingWithSyncConsumer org.apache.qpid.test.unit.ack.FailoverBeforeConsumingRecoverTest#testOderingWithAsyncConsumer org.apache.qpid.test.unit.ack.FailoverBeforeConsumingRecoverTest#testOderingWithSyncConsumer + +org.apache.qpid.test.client.queue.LVQTest#* |