From 62bd02edbff24b487e49bbb47e93fe06a7ffb160 Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Tue, 20 May 2008 18:23:45 +0000
Subject: [PATCH] Fix SNMP tests execution issue on Windows
---
opends/tests/shared/functions/utils.xml | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/opends/tests/shared/functions/utils.xml b/opends/tests/shared/functions/utils.xml
index b0846dd..498b878 100755
--- a/opends/tests/shared/functions/utils.xml
+++ b/opends/tests/shared/functions/utils.xml
@@ -2026,12 +2026,9 @@
<!-- Build the command -->
<script>
if classpath:
- cp = 'CLASSPATH=%s:.' % classpath
+ cp = 'CLASSPATH=%s%s.' % (classpath, pathSeparator)
else:
cp = 'CLASSPATH=.'
-
- if is_windows_platform(location):
- cp = cp.replace(':', ';')
if location == STAXServiceMachine:
cmd = '%s/bin/javac' % local_java_home
--
Gitblit v1.10.0