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

Christophe Sovant
13.46.2013 ffb90539ab2527ab4063edcff0a69ef1bbde41d5
opends/tests/staf-tests/shared/functions/tools.xml
@@ -1079,8 +1079,9 @@
              
              <!--- Start DS -->                 
              <call function="'StartDsWithScript'">
                { 'location' : server.getHostname(),
                  'dsPath'   : '%s/%s' % (server.getDir(),OPENDSNAME)
                { 'location'    : server.getHostname(),
                  'dsPath'      : '%s/%s' % (server.getDir(),OPENDSNAME),
                  'dsDebugPort' : server.getDebugPort()
                }
              </call>
              
@@ -1110,8 +1111,9 @@
                
                <!--- Start DS -->                 
                <call function="'StartDsWithScript'">
                  { 'location' : server.getHostname(),
                    'dsPath'   : '%s/%s' % (server.getDir(),OPENDSNAME)
                  { 'location'    : server.getHostname(),
                    'dsPath'      : '%s/%s' % (server.getDir(),OPENDSNAME),
                    'dsDebugPort' : server.getDebugPort()
                  }
                </call>