[svn r62986] fix tests that got broken

--HG--
branch : trunk
This commit is contained in:
hpk 2009-03-17 08:40:39 +01:00
parent 6397c38725
commit 881fb3fd05
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ class Session(object):
self.bus.register(self)
self._testsfailed = False
self._nomatch = False
self.shouldstop = False
def fixoptions(self):
""" check, fix and determine conflicting options. """