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

Christophe Sovant
28.53.2013 4ce00bb51e15043e5dcb7a6a6dbe1c0792f85424
Backport: Fixed replication tests (regression introduced by my previous commit)
1 files modified
11 ■■■■■ changed files
opendj-sdk/opends/tests/staf-tests/shared/functions/dsadm.xml 11 ●●●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/staf-tests/shared/functions/dsadm.xml
@@ -267,7 +267,7 @@
      
      <!-- Get the information about the server -->
      <call function="'GetVar'">
        { 'location'  : STAF_REMOTE_HOSTNAME,
        { 'location'  : dsHost,
          'type'      : 'shared',
          'variable'  : 'Job%s_ServerInfo' % STAXParentID
        }
@@ -281,10 +281,13 @@
      <script>
        jobInfo=eval(STAFResult)
        if jobInfo.has_key(dsPath):
          serverInformation=jobInfo[dsPath]
        instPath = '%s/%s' % (DIRECTORY_INSTANCE_BIN,OPENDSNAME)
        if jobInfo.has_key(instPath):
          serverInformation=jobInfo[instPath]
          dsVersion=serverInformation['server version']
        else:
          dsVersion='unknown'
        STAFCmdParamsList=[]
        STAFCmdParams=''
      </script>