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

Christophe Sovant
11.28.2009 1431a1338d3cc7d3da342459a546e922760039e1
opends/tests/staf-tests/shared/functions/baselib.xml
@@ -23,7 +23,7 @@
 !
 ! CDDL HEADER END
 !
 !      Copyright 2007-2008 Sun Microsystems, Inc.
 !      Copyright 2007-2009 Sun Microsystems, Inc.
 ! -->
<stax>
  <function name="GetDirectoryServerVars">
@@ -74,7 +74,7 @@
            <script>
              DSInfo.SystemList=STAXResult[0][1].split('\n')
              DSInfo.ServerDict['server version']= \
              DSInfo.getServerVersion(DSInfo.SystemList[0])
              DSInfo.getServerVersion(DSInfo.SystemList[0],PRODUCTNAME)
              
              for DSInfo.line in DSInfo.SystemList:
                DSInfo.key=DSInfo.line[0:DSInfo.line.find(':')].strip()