summaryrefslogtreecommitdiff
path: root/grc/base/Param.py
diff options
context:
space:
mode:
Diffstat (limited to 'grc/base/Param.py')
-rw-r--r--grc/base/Param.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/grc/base/Param.py b/grc/base/Param.py
index eb7a57f51..e56eac36e 100644
--- a/grc/base/Param.py
+++ b/grc/base/Param.py
@@ -98,14 +98,6 @@ class Param(Element):
try: assert self.get_value() in self.get_option_keys()
except AssertionError: raise Exception, 'The value "%s" is not in the possible values of "%s".'%(self.get_value(), self.get_option_keys())
else: self._value = value or ''
- #begin the testing
- self.test()
-
- def test(self):
- """
- call test on all children
- """
- map(lambda c: c.test(), self.get_options())
def validate(self):
"""