From 96c05c6ec5972ef4b8226cc905359802a75efc2f Mon Sep 17 00:00:00 2001
From: abobrov <abobrov@localhost>
Date: Fri, 02 Oct 2009 13:35:52 +0000
Subject: [PATCH] - unit test for [Issue 4217] Aci with a description containing parenthesis unexpectedly rejected
---
opends/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/AciTests.java | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/AciTests.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/AciTests.java
index e97c2ce..d036325 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/AciTests.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/AciTests.java
@@ -589,6 +589,7 @@
// <PASSES>
// // TARGETS
buildAciValue("name", "self mod", "allow (write)", BIND_RULE_USERDN_SELF),
+ buildAciValue("name", "parenthesis (dummy) and ( ) and () test", "allow (read)", BIND_RULE_USERDN_SELF),
buildAciValue("name", "w/ target", "target", LDAP_URL_OU_INNER, "allow (write)", BIND_RULE_USERDN_SELF),
buildAciValue("name", "w/ 1 targetattr", "targetattr", "cn", "allow (write)", BIND_RULE_USERDN_SELF),
buildAciValue("name", "w/ 2 targetattr", "targetattr", "cn || sn", "allow (write)", BIND_RULE_USERDN_SELF),
--
Gitblit v1.10.0