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

andrug
06.32.2007 1e33b2aa77f45ec24983d5ca64471070a8501c2e
WS modification
1 files modified
10 ■■■■■ changed files
opends/tests/functional-tests/shared/functions/dsadm.xml 10 ●●●●● patch | view | raw | blame | history
opends/tests/functional-tests/shared/functions/dsadm.xml
@@ -1426,7 +1426,7 @@
        else:
          stopDS='no'
      </script>
      <!-- Do we need to start the DS -->
      <if expr="startDS == 'yes'">
        <sequence>
@@ -1486,14 +1486,10 @@
             'dsInstanceDn'   : mydn ,
             'dsInstancePswd' : mypswd ,
             'dsBaseDN'       : '%s' % missingEntry ,
             'dsFilter'       : 'objectclass=*'
             'dsFilter'       : 'objectclass=*' ,
             'expectedRC'     : 32
            }
          </call>
          <call function="'checktestRC'">
            { 'returncode' : RC ,
              'result'     : STAXResult,
              'expected'   : 32 }
          </call>
        </sequence>
      </iterate>