Remove the log.warn line that printed dividers between unittest runs.

testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-06-03 11:56:47 +00:00
parent aa1247f431
commit d81fee0912
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 0 additions and 1 deletions

View File

@ -201,7 +201,6 @@ class GPGTestCase(unittest.TestCase):
else:
log.warn("Can't delete homedir: '%s' not a directory"
% self.homedir)
log.warn("%s%s%s" % (os.linesep, str("=" * 70), os.linesep))
def test_parsers_fix_unsafe(self):
"""Test that unsafe inputs are quoted out and then ignored."""