changeset 549 | cd2bdcc16430 |
parent 535 | ad9ac2169089 |
child 562 | bdadb26c4a3c |
--- a/devtools/testlib.py Mon Feb 02 11:01:46 2009 +0100 +++ b/devtools/testlib.py Mon Feb 02 12:10:34 2009 +0100 @@ -117,6 +117,7 @@ ignored_relations = () def __init__(self, *args, **kwargs): + self.validators = {} EnvBasedTC.__init__(self, *args, **kwargs) for view, valkey in VIEW_VALIDATORS.iteritems(): self.validators[view] = self.valmap[valkey]