From 2a6a4b500d670ead9f54c5ccbcb1421626b1aef8 Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Thu, 18 Sep 2008 13:00:21 +0000
Subject: [PATCH] Improve identification of software under test and testware (II)
---
opends/tests/staf-tests/shared/python/common.py | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/opends/tests/staf-tests/shared/python/common.py b/opends/tests/staf-tests/shared/python/common.py
index 030c4bf..7d7da0b 100644
--- a/opends/tests/staf-tests/shared/python/common.py
+++ b/opends/tests/staf-tests/shared/python/common.py
@@ -140,6 +140,7 @@
self.transformer.setParameter(self.key, self.value)
self.transformer.transform(self.source, self.result)
+
finally:
self.xsl.close()
self.xml.close()
@@ -282,7 +283,7 @@
self.library=__entryMap['library']
self.executable=__entryMap['executable']
self.options=__entryMap['options']
- self.parms=__entryMap['parameters']
+ self.params=__entryMap['parameters']
def get_library(self):
return self.library
@@ -296,8 +297,8 @@
def get_options(self):
return self.options
- def get_parms(self):
- return self.parms
+ def get_params(self):
+ return self.params
class test_env:
'Container to hold test environment instance objects'
--
Gitblit v1.10.0