Skip to content

Commit

Permalink
Fixed the logging filter test
Browse files Browse the repository at this point in the history
  • Loading branch information
tcalmant committed May 29, 2016
1 parent e386833 commit 19b6f0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/misc/test_log.py
Expand Up @@ -163,6 +163,7 @@ def test_logging_filter_level(self):
self.framework.add_property(
pelix.misc.PROPERTY_LOG_LEVEL, filter_level)
self.framework.get_bundle_by_name("pelix.misc.log").update()
self.service = self._get_service()

# Log for each level
for level in (logging.DEBUG, logging.INFO, logging.WARNING,
Expand Down

0 comments on commit 19b6f0a

Please sign in to comment.