remove usage of final_logerrors now that we have better teardown information

This commit is contained in:
holger krekel
2011-12-02 21:03:58 +00:00
parent 1f6d410481
commit 8c6fea9895
6 changed files with 5 additions and 15 deletions

View File

@@ -301,5 +301,3 @@ def unserialize_report(name, reportdict):
return runner.TestReport(**d)
elif name == "collectreport":
return runner.CollectReport(**d)
elif name == "teardownreport":
return runner.TeardownErrorReport(**d)