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

smaguin
08.18.2008 00e9e28cd647dce0db40bd8e54924bcfd5b8a35e
replace STAF_LOCAL_HOSTNAME by getHost()
4 files modified
9 ■■■■■ changed files
opends/tests/system-tests/scenario/singleServer/clients/secureUserpasswordModify/secureUserpasswordModify.xml 1 ●●●● patch | view | raw | blame | history
opends/tests/system-tests/scenario/singleServer/clients/secureUserpasswordModify/secureUserpasswordModifyPostamble.xml 2 ●●● patch | view | raw | blame | history
opends/tests/system-tests/scenario/singleServer/clients/secureUserpasswordModify/secureUserpasswordModifyPreamble.xml 4 ●●● patch | view | raw | blame | history
opends/tests/system-tests/scenario/singleServer/clients/secureUserpasswordModify/src/Client.java 2 ●●● patch | view | raw | blame | history
opends/tests/system-tests/scenario/singleServer/clients/secureUserpasswordModify/secureUserpasswordModify.xml
@@ -53,7 +53,6 @@
        errNum = 0
        msg = ''
      </script>
      <!-- ==================    Parser     =================== -->
      <!-- parse the client parameters :                        -->
      <!-- params is [[param1,val1],[param2,val2],...]          -->
opends/tests/system-tests/scenario/singleServer/clients/secureUserpasswordModify/secureUserpasswordModifyPostamble.xml
@@ -56,7 +56,7 @@
      <!-- parse the client parameters :                        -->
      <!-- params is [[param1,val1],[param2,val2],...]          -->
      <!-- get the ldap instance parameters                     -->
      <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
      <import machine="'%s' % (client.getHost())"
              file="'%s/%sLib.xml' % (client.getPath(),client.getName())"/>
      <call function="'%sParser' % client.getName()">
      {
opends/tests/system-tests/scenario/singleServer/clients/secureUserpasswordModify/secureUserpasswordModifyPreamble.xml
@@ -56,7 +56,9 @@
      <!-- parse the client parameters :                        -->
      <!-- params is [[param1,val1],[param2,val2],...]          -->
      <!-- get the ldap instance parameters                     -->
      <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
    <message>'debug import %s' % client.getHost()</message>
      <import machine="'%s' % (client.getHost())"
              file="'%s/%sLib.xml' % (client.getPath(),client.getName())"/>
      <call function="'%sParser' % client.getName()">
      {
opends/tests/system-tests/scenario/singleServer/clients/secureUserpasswordModify/src/Client.java
@@ -181,7 +181,7 @@
        // status every delayCnx
                if ( (new_t1 - t1) >= delayCnx) {
                    println("INFO",  (nb_mod_done/delaySec) + "  mod/sec.");
                 //   println("INFO",  (nb_mod_done/delaySec) + "  mod/sec.");
            // inform all the threads the max nb searchs has been reached
            synchronized (this) {