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

ugaston
26.22.2007 494842e0e93fa14591da92e432d0a70256ddc1c1
opends/tests/functional-tests/shared/functions/tools.xml
@@ -846,13 +846,14 @@
    <sequence>
      <script>
        dsBinPath='%s/%s' % (dsPath,fileFolder)
        _cmd='%s/verify-index%s' % (dsBinPath,fileExt)
        _args=' -b %s -i %s' % ( baseDN, ' -i '.join(attributes) )
      </script>
      <call function="'runCommand'">
        { 'name'      : 'verify index',
          'location'  : location,
          'command'   : cmd,
          'command'   : _cmd,
          'arguments' : _args
        }
      </call>