From 048e5b42918114443a690bb9ee432d211d51d692 Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Mon, 19 May 2008 12:03:24 +0000
Subject: [PATCH] use relative paths to surf between report pages

---
 opends/tests/system-tests/phases/scheduler/scheduler.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opends/tests/system-tests/phases/scheduler/scheduler.xml b/opends/tests/system-tests/phases/scheduler/scheduler.xml
index cfb3dcb..66b3aff 100755
--- a/opends/tests/system-tests/phases/scheduler/scheduler.xml
+++ b/opends/tests/system-tests/phases/scheduler/scheduler.xml
@@ -338,6 +338,7 @@
       </call>
       <script>
         logFileDetails = STAXResult
+        logFileDetailsRelativePath = logFileDetails.replace(LOG_DIR,'.')
         fileList.append(logFileDetails)
         fileFdDetails = open(logFileDetails,'w')
         outFile = '%s/client_%s_id%s.txt' % \
@@ -395,7 +396,7 @@
       <call function="'writeMessage'">
       { 
         'content' : 'Details of the client : %s' % logFileDetails,
-        'xlink'   : logFileDetails,
+        'xlink'   : logFileDetailsRelativePath,
         'fileFd'  : fileFd
       }
       </call>

--
Gitblit v1.10.0