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

andrug
17.34.2008 749bd9ec532197e5684e2ad824164c02e50870c1
fix typo
3 files modified
7 ■■■■■ changed files
opendj-sdk/opends/tests/system-tests/clients/modifyLoad/modifyLoad.xml 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/system-tests/clients/searchLoad/searchLoad.xml 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/system-tests/scenario/sample2/clients/sampleSearchLoad/sampleSearchLoad.xml 3 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/system-tests/clients/modifyLoad/modifyLoad.xml
@@ -93,7 +93,7 @@
          nbMaxModify = cParams[3][1]
        except IndexError:
          nbMaxModify = NOT_DEFINED
          msg = '%s\nERROR: nbMaxModify undefined,mandatory' % msg
          msg = '%s\nERROR: nbMaxOperations undefined,mandatory' % msg
        try:
          attributeName = cParams[4][1]
        except IndexError:
opendj-sdk/opends/tests/system-tests/clients/searchLoad/searchLoad.xml
@@ -93,7 +93,7 @@
          nbMaxSearch = cParams[3][1]
        except IndexError:
          nbMaxSearch = NOT_DEFINED
          msg = '%s\nERROR: nbMaxSearch undefined,mandatory' % msg
          msg = '%s\nERROR: nbMaxOperations undefined,mandatory' % msg
        try:
          attributeName = cParams[4][1]
        except IndexError:
opendj-sdk/opends/tests/system-tests/scenario/sample2/clients/sampleSearchLoad/sampleSearchLoad.xml
@@ -56,6 +56,7 @@
      <!-- to inform scheduler if it has pass/fail status       -->
      <script>
        errNum = 0
        msg = ''
      </script>
      
      <!-- ==================    Preamble   =================== -->
@@ -92,7 +93,7 @@
          nbMaxSearch = cParams[3][1]
        except IndexError:
          nbMaxSearch = NOT_DEFINED
          msg = '%s\nERROR: nbMaxSearch undefined,mandatory' % msg
          msg = '%s\nERROR: nbMaxOperations undefined,mandatory' % msg
        try:
          attributeName = cParams[4][1]
        except IndexError: