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

Christophe Sovant
26.36.2008 f7c3afaccf4d270cc464f5a8151139a26331b93e
Fix value for CLASSPATH variable on Windows platform.
1 files modified
2 ■■■ changed files
opends/tests/staf-tests/shared/functions/snmp.xml 2 ●●● patch | view | raw | blame | history
opends/tests/staf-tests/shared/functions/snmp.xml
@@ -434,7 +434,7 @@
      </call>
      <script>
        if is_windows_platform(location):
          jstaf_jarfile='%s\bin\JSTAF.jar' % STAFResult
          jstaf_jarfile='%s\\bin\\JSTAF.jar' % STAFResult
        else:
          jstaf_jarfile='%s/lib/JSTAF.jar' % STAFResult
      </script>