summaryrefslogtreecommitdiff
path: root/qpid/java/systests/src
diff options
context:
space:
mode:
authorKeith Wall <kwall@apache.org>2011-11-28 16:38:21 +0000
committerKeith Wall <kwall@apache.org>2011-11-28 16:38:21 +0000
commited7f1fe72e0ffca4b0fc5ddeb189fb555d92c169 (patch)
tree9491a94c3101a683ae46b39dbf0fba41fb28c666 /qpid/java/systests/src
parent176267bd4d459ef2919a55e54c819c584344d6c8 (diff)
downloadqpid-python-ed7f1fe72e0ffca4b0fc5ddeb189fb555d92c169.tar.gz
QPID-3641: rename configuration element aclv2 => acl.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1207407 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/systests/src')
-rw-r--r--qpid/java/systests/src/main/java/org/apache/qpid/server/security/acl/AbstractACLTestCase.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/systests/src/main/java/org/apache/qpid/server/security/acl/AbstractACLTestCase.java b/qpid/java/systests/src/main/java/org/apache/qpid/server/security/acl/AbstractACLTestCase.java
index a4155d10e2..ec8d837ee8 100644
--- a/qpid/java/systests/src/main/java/org/apache/qpid/server/security/acl/AbstractACLTestCase.java
+++ b/qpid/java/systests/src/main/java/org/apache/qpid/server/security/acl/AbstractACLTestCase.java
@@ -124,11 +124,11 @@ public abstract class AbstractACLTestCase extends QpidBrokerTestCase implements
if (vhost == null)
{
- testcase.setConfigurationProperty("security.aclv2", aclFile.getAbsolutePath());
+ testcase.setConfigurationProperty("security.acl", aclFile.getAbsolutePath());
}
else
{
- testcase.setConfigurationProperty("virtualhosts.virtualhost." + vhost + ".security.aclv2", aclFile.getAbsolutePath());
+ testcase.setConfigurationProperty("virtualhosts.virtualhost." + vhost + ".security.acl", aclFile.getAbsolutePath());
}
PrintWriter out = new PrintWriter(new FileWriter(aclFile));