Comment out useless ErrorReportAssistant test, and fix whitespace
This commit is contained in:
parent
fbb884b6ea
commit
083b4a3b53
@ -54,11 +54,12 @@ class ErrorReportAssistantTest(TestCaseBase):
|
||||
l.addHandler(rh)
|
||||
l.info("info message")
|
||||
|
||||
error_detail="Test error"
|
||||
ass = _errorreportassistant.ErrorReportAssistant(error_detail=error_detail,
|
||||
rotate_handler=rh)
|
||||
|
||||
assert ass._error_detail == error_detail
|
||||
# Comment this out because there is noone to close the dialogue
|
||||
# error_detail="Test error"
|
||||
# ass = _errorreportassistant.ErrorReportAssistant(error_detail=error_detail,
|
||||
# rotate_handler=rh)
|
||||
#
|
||||
# assert ass._error_detail == error_detail
|
||||
|
||||
l.removeHandler(rh)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user