From bcc0547473a5e4adb09d8d0c55f7e8915dcea6a4 Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Wed, 14 May 2008 14:49:28 +0000
Subject: [PATCH] Fix variable/path resolution in SNMP tests

---
 opends/tests/shared/functions/topology.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opends/tests/shared/functions/topology.xml b/opends/tests/shared/functions/topology.xml
index c5db739..d0d92db 100755
--- a/opends/tests/shared/functions/topology.xml
+++ b/opends/tests/shared/functions/topology.xml
@@ -375,7 +375,7 @@
                     { 
                     'location' : STAXServiceMachine,
                     'type'     : 'STRING',
-                    'name'     : 'STAF/Env/STAF_DIR'
+                    'name'     : 'STAF/Config/STAFRoot'
                     }
                   </call>                                                       
                   <script>jstaf_jarfile = '%s/lib/JSTAF.jar' % STAFResult</script> 
@@ -389,8 +389,8 @@
                     {
                     'location'   : STAXServiceMachine,
                     'foldername' : javaLocalDir,
-                    'classpath'  : '%s:%s:%s' \
-                    % (SNMP_OPENDS_JARFILE, SNMP_OPENDMK_JARFILE, jstaf_jarfile)
+                    'classpath'  : '%s/%s:%s:%s' \
+                    % (TMPDIR,SNMP_OPENDS_JARFILE, SNMP_OPENDMK_JARFILE, jstaf_jarfile)
                     }
                   </call>
                   

--
Gitblit v1.10.0