From 74fc0a59fca888e01e113219b7c8f042120e4413 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 

---
 opendj-sdk/opends/tests/functional-tests/shared/functions/baselib.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/opendj-sdk/opends/tests/functional-tests/shared/functions/baselib.xml b/opendj-sdk/opends/tests/functional-tests/shared/functions/baselib.xml
index 92d71ff..d4150ff 100755
--- a/opendj-sdk/opends/tests/functional-tests/shared/functions/baselib.xml
+++ b/opendj-sdk/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