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

Christophe Sovant
26.30.2008 8e68b9626c70a31c6f5a075a9c8be3840efe2455
opends/tests/shared/functions/utils.xml
@@ -2025,8 +2025,13 @@
      <!-- Build the command -->
      <script>
        if is_windows_platform(location):
          separator=';'
        else:
          separator=':'
        if classpath:
          cp = 'CLASSPATH=%s%s.' % (classpath, pathSeparator)
          cp = 'CLASSPATH=%s%s.' % (classpath, separator)
        else:
          cp = 'CLASSPATH=.'