[svn r63889] renaming/streamlining missing event usage

--HG--
branch : trunk
This commit is contained in:
hpk
2009-04-09 02:45:46 +02:00
parent cd038ee708
commit cd322bd528
7 changed files with 10 additions and 40 deletions

View File

@@ -254,7 +254,7 @@ class TestDSession:
assert loopstate.testsfailed
assert loopstate.shuttingdown
def test_shuttingdown_filters_events(self, testdir):
def test_shuttingdown_filters(self, testdir):
item = testdir.getitem("def test_func(): pass")
session = DSession(item.config)
node = MockNode()