Browse Source

do not test logger name, fixes #2504

looks like PyInstaller modifies the module names.
Thomas Waldmann 8 years ago
parent
commit
d15c3f2d85
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/borg/testsuite/archiver.py

+ 0 - 1
src/borg/testsuite/archiver.py

@@ -1678,7 +1678,6 @@ class ArchiverTestCase(ArchiverTestCaseBase):
         log_message = messages['log_message']
         assert isinstance(log_message['time'], float)
         assert log_message['levelname'] == 'DEBUG'  # there should only be DEBUG messages
-        assert log_message['name'].startswith('borg.')
         assert isinstance(log_message['message'], str)
 
     def test_common_options(self):