diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2009-12-07 15:19:02 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2009-12-07 15:19:02 +0000 |
| commit | 7ec3267d45da37c1997723a719965d2390b4bc6d (patch) | |
| tree | fb256c85e2affdd72f66590da42832775d245aa9 /qpid/java/test-profiles | |
| parent | 0be20e2b41eebfe42cbe36c52c744dbaa33074d5 (diff) | |
| download | qpid-python-7ec3267d45da37c1997723a719965d2390b4bc6d.tar.gz | |
QPID-1992 : Exclude message move test from CPP broker as it uses JMX.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@887950 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-profiles')
| -rw-r--r-- | qpid/java/test-profiles/cpp.excludes | 2 | ||||
| -rw-r--r-- | qpid/java/test-profiles/cpp.testprofile | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/qpid/java/test-profiles/cpp.excludes b/qpid/java/test-profiles/cpp.excludes new file mode 100644 index 0000000000..4d7363eb75 --- /dev/null +++ b/qpid/java/test-profiles/cpp.excludes @@ -0,0 +1,2 @@ +// This test requires JMX interface to move messages +org.apache.qpid.test.client.message.JMSDestinationTest#testMovedToQueue diff --git a/qpid/java/test-profiles/cpp.testprofile b/qpid/java/test-profiles/cpp.testprofile index b3b979c786..0f7a718a8b 100644 --- a/qpid/java/test-profiles/cpp.testprofile +++ b/qpid/java/test-profiles/cpp.testprofile @@ -16,4 +16,4 @@ broker.args= broker=${broker.executable} -p @PORT --data-dir ${build.data}/@PORT -t --auth no --no-module-dir ${broker.modules} ${broker.args} profile.excludes=010PrefetchExcludes 010TransientExcludes -test.excludes=Excludes 010Excludes ${profile}.excludes ${profile.excludes} +test.excludes=Excludes 010Excludes ${profile}.excludes ${profile.excludes} cpp.excludes |
