From 5803bce4c6dfa25411838f2498b6cbd998103be8 Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Thu, 24 May 2007 08:21:45 +0000
Subject: [PATCH] Fix Issue 1498 test report should show build number and date (2)
---
opends/tests/functional-tests/shared/functions/baselib.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/tests/functional-tests/shared/functions/baselib.xml b/opends/tests/functional-tests/shared/functions/baselib.xml
index fbf9ca4..fc435a0 100755
--- a/opends/tests/functional-tests/shared/functions/baselib.xml
+++ b/opends/tests/functional-tests/shared/functions/baselib.xml
@@ -55,7 +55,7 @@
DSInfo=directory_server_information()
</script>
- <message>'Get Information about server %s' % dsPath</message>
+ <message>'Get Information about server %s %s' % (mylocation,dsPath)</message>
<!-- Obtain the variables for the system from start-ds -->
<call function="'StartDsWithScript'">
--
Gitblit v1.10.0