From f1250ca00aae5c4acc91aca6f0d4213f03c36757 Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Fri, 11 Sep 2009 17:28:19 +0000
Subject: [PATCH] Add PRODUCTNAME variable in config.py
---
opendj-sdk/opends/tests/staf-tests/shared/functions/baselib.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj-sdk/opends/tests/staf-tests/shared/functions/baselib.xml b/opendj-sdk/opends/tests/staf-tests/shared/functions/baselib.xml
index 8fd2ac1..5dcd55e 100755
--- a/opendj-sdk/opends/tests/staf-tests/shared/functions/baselib.xml
+++ b/opendj-sdk/opends/tests/staf-tests/shared/functions/baselib.xml
@@ -23,7 +23,7 @@
!
! CDDL HEADER END
!
- ! Copyright 2007-2008 Sun Microsystems, Inc.
+ ! Copyright 2007-2009 Sun Microsystems, Inc.
! -->
<stax>
<function name="GetDirectoryServerVars">
@@ -74,7 +74,7 @@
<script>
DSInfo.SystemList=STAXResult[0][1].split('\n')
DSInfo.ServerDict['server version']= \
- DSInfo.getServerVersion(DSInfo.SystemList[0])
+ DSInfo.getServerVersion(DSInfo.SystemList[0],PRODUCTNAME)
for DSInfo.line in DSInfo.SystemList:
DSInfo.key=DSInfo.line[0:DSInfo.line.find(':')].strip()
--
Gitblit v1.10.0