mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Gary Williams
10.48.2011 deffd6c3c174cb4a8d94228fed004660b303714c
fix replication aci and ecl include attr tests
1 files modified
3 ■■■■ changed files
opends/tests/staf-tests/shared/functions/ldap.xml 3 ●●●● patch | view | raw | blame | history
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>