summaryrefslogtreecommitdiff
path: root/java/test-profiles
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2012-07-11 11:01:06 +0000
committerRobert Gemmell <robbie@apache.org>2012-07-11 11:01:06 +0000
commit2e90b8bb421d07d2c8567cfbae78849d5e6f71f2 (patch)
tree2fd50005d98e28ac927c0e5aa249face92b4974e /java/test-profiles
parent3f76cf3737f04773712c5a439b1edff688d15280 (diff)
downloadqpid-python-2e90b8bb421d07d2c8567cfbae78849d5e6f71f2.tar.gz
QPID-3998, QPID-3999: System tests for Rest API, small fixups for the adapters and web ui.
Applied patch from Oleksandr Rudyy <orudyy@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1360121 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/test-profiles')
-rwxr-xr-xjava/test-profiles/CPPExcludes2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/test-profiles/CPPExcludes b/java/test-profiles/CPPExcludes
index 3d1c4442e6..018ced4a68 100755
--- a/java/test-profiles/CPPExcludes
+++ b/java/test-profiles/CPPExcludes
@@ -181,3 +181,5 @@ org.apache.qpid.client.AsynchMessageListenerTest#testImmediatePrefetchWithMessag
org.apache.qpid.systest.disttest.*
org.apache.qpid.disttest.*
+// Exclude java broker REST API tests
+org.apache.qpid.server.management.plugin.servlet.rest.*