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

Christophe Sovant
26.36.2008 3f0172e5849a8f7dafe31a65bc5c226fc44eb249
Fix value for CLASSPATH variable on Windows platform.
1 files modified
2 ■■■ changed files
opendj-sdk/opends/tests/staf-tests/shared/functions/snmp.xml 2 ●●● patch | view | raw | blame | history
opendj-sdk/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>