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

mkeyes
27.05.2007 ac85642b1635ae8632b1a70881f45ba518ab925b
Removing a function call that was needed way back before global ACIs were implemented. This function call is no longer needed for the ACI test suites.
1 files modified
17 ■■■■■ changed files
opends/tests/functional-tests/testcases/aci/aci_setup.xml 17 ●●●●● patch | view | raw | blame | history
opends/tests/functional-tests/testcases/aci/aci_setup.xml
@@ -115,23 +115,6 @@
                  'result'     : STAXResult }
              </call>
    
              <message>
                'ACI: ACI Setup: Enabling ACI'
              </message>
              <call function="'modifyEntry'">
                { 'dsInstanceHost'   : DIRECTORY_INSTANCE_HOST ,
                  'dsInstancePort'   : DIRECTORY_INSTANCE_PORT ,
                  'dsInstanceDn'     : DIRECTORY_INSTANCE_DN ,
                  'dsInstancePswd'   : DIRECTORY_INSTANCE_PSWD ,
                  'entryToBeModified'   : '%s/aci/aci_target/aci_handler.ldif' % logsRemoteDataDir }
              </call>
              <call function="'checkRC'">
                { 'returncode' : RC ,
                  'result'     : STAXResult }
              </call>
            </sequence>      
          <!--- End Block DS Load Data -->  
          </block>