From deffd6c3c174cb4a8d94228fed004660b303714c Mon Sep 17 00:00:00 2001
From: Gary Williams <gary.williams@forgerock.com>
Date: Tue, 10 May 2011 10:48:59 +0000
Subject: [PATCH] fix replication aci and ecl include attr tests

---
 opends/tests/staf-tests/shared/functions/ldap.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opends/tests/staf-tests/shared/functions/ldap.xml b/opends/tests/staf-tests/shared/functions/ldap.xml
index 6536cf0..9f5959a 100755
--- a/opends/tests/staf-tests/shared/functions/ldap.xml
+++ b/opends/tests/staf-tests/shared/functions/ldap.xml
@@ -3043,6 +3043,7 @@
 
       <iterate var="anAttributeToAdd" in="listAttributes">
       <script>
+        anAttributeToAdd=anAttributeToAdd.replace('"','QUOT')
         STAFCmdParamsList.append('-v "%s"' % anAttributeToAdd)
       </script>
       </iterate>
@@ -3580,7 +3581,7 @@
         if attributes:
           STAFCmdParamsList.append('%s' % attributes)
         else:
-          STAFCmdParamsList.append('@changeLogEntry')  
+          STAFCmdParamsList.append('"*" @changeLogEntry')  
  
         STAFCmdParams=' '.join(STAFCmdParamsList)
       </script>

--
Gitblit v1.10.0