diff options
| author | Robert Gemmell <robbie@apache.org> | 2010-05-31 16:03:41 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2010-05-31 16:03:41 +0000 |
| commit | 48e49bef0775e91625ba7b5c03823dbaca943bf7 (patch) | |
| tree | f987246a0d61c3a23e5c52b9a233778d57e3fca4 /java/test-profiles/CPPExcludes | |
| parent | a2d26b71f141f3166bdd0342b481723d98b0bb99 (diff) | |
| download | qpid-python-48e49bef0775e91625ba7b5c03823dbaca943bf7.tar.gz | |
QPID-2606: Access Control Modifications
Applied patch from Andrew Kennedy <andrew.international@gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@949781 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/test-profiles/CPPExcludes')
| -rwxr-xr-x | java/test-profiles/CPPExcludes | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/java/test-profiles/CPPExcludes b/java/test-profiles/CPPExcludes index c2983d8675..255c52c94d 100755 --- a/java/test-profiles/CPPExcludes +++ b/java/test-profiles/CPPExcludes @@ -1,9 +1,14 @@ org.apache.qpid.test.unit.client.channelclose.ChannelCloseTest#* org.apache.qpid.client.ResetMessageListenerTest#* +//These tests will not work until 0-10 exception halding is fixed +org.apache.qpid.server.security.acl.* + //These tests are for the java broker -org.apache.qpid.server.security.acl.SimpleACLTest#* +org.apache.qpid.server.security.access.plugins.* +org.apache.qpid.server.security.access.* org.apache.qpid.server.security.firewall.FirewallConfigTest#* +org.apache.qpid.server.security.firewall.FirewallConfigurationTest#* org.apache.qpid.server.plugins.PluginTest#* org.apache.qpid.server.BrokerStartupTest#* |
