Issue #3809: Fixed spurious 'test.blah' file left behind by test_logging.

This commit is contained in:
Vinay Sajip 2008-09-09 13:42:08 +00:00
parent d3ffb8974f
commit 844f741039
2 changed files with 5 additions and 3 deletions

View file

@ -615,10 +615,10 @@ class ConfigFileTest(BaseTest):
args=(sys.stdout,)
[handler_hand2]
class=FileHandler
class=StreamHandler
level=NOTSET
formatter=form1
args=('test.blah', 'a')
args=(sys.stderr,)
[formatter_form1]
format=%(levelname)s ++ %(message)s