another python3 syntax error, gah.

This commit is contained in:
holger krekel
2010-10-07 11:07:32 +02:00
parent 51815940c2
commit dc67e46d59

View File

@@ -172,7 +172,6 @@ class TestSlaveInteractor:
rep = unserialize_report(ev.name, ev.kwargs['data'])
assert rep.failed
ev = slave.popevent("collectionfinish")
print ev.kwargs
assert not ev.kwargs['ids']
def test_runtests_all(self, slave):