From 9e2f22a6714673f04b11313668f4887532e91073 Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Wed, 10 Oct 2007 17:26:46 +0000
Subject: [PATCH] add JVM Architecture to xml report
---
opends/tests/functional-tests/shared/functions/baselib.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/opends/tests/functional-tests/shared/functions/baselib.xml b/opends/tests/functional-tests/shared/functions/baselib.xml
index 92d71ff..d4150ff 100755
--- a/opends/tests/functional-tests/shared/functions/baselib.xml
+++ b/opends/tests/functional-tests/shared/functions/baselib.xml
@@ -92,6 +92,8 @@
DSInfo.getServerValueFromKey('JVM Version',DSInfo.SystemDict)
DSInfo.ServerDict['jvm vendor']= \
DSInfo.getServerValueFromKey('JVM Vendor',DSInfo.SystemDict)
+ DSInfo.ServerDict['jvm architecture']= \
+ DSInfo.getServerValueFromKey('JVM Architecture',DSInfo.SystemDict)
DSInfo.ServerDict['system os']= \
DSInfo.getServerValueFromKey('Operating System',DSInfo.SystemDict)
DSInfo.ServerDict['system name']= \
--
Gitblit v1.10.0