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

smaguin
08.22.2008 8adce6311115b401a62435841ace159dbf85f913
replace STAF_LOCAL_HOSTNAME by getHost()
2 files modified
4 ■■■■ changed files
opends/tests/system-tests/scenario/singleServer/clients/tasks/tasksPostamble.xml 2 ●●● patch | view | raw | blame | history
opends/tests/system-tests/scenario/singleServer/clients/tasks/tasksPreamble.xml 2 ●●● patch | view | raw | blame | history
opends/tests/system-tests/scenario/singleServer/clients/tasks/tasksPostamble.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/tasks/tasksPreamble.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()">
      {