Index: third_party/WebKit/Tools/Scripts/webkitpy/common/system/logutils_unittest.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/logutils_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/logutils_unittest.py |
index 6d7cc4da4f42473f881938a0cd4a3852e321fd22..35722e8d7995af0c5ab111a19e2e1d3ce7cb32fe 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/logutils_unittest.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/logutils_unittest.py |
@@ -129,6 +129,7 @@ class ConfigureLoggingTest(ConfigureLoggingTestBase): |
class ConfigureLoggingVerboseTest(ConfigureLoggingTestBase): |
+ |
def _logging_level(self): |
return logging.DEBUG |
@@ -140,6 +141,7 @@ class ConfigureLoggingVerboseTest(ConfigureLoggingTestBase): |
self._log.debug("test message") |
self._assert_log_messages(["unittest: [DEBUG] test message\n"]) |
+ |
class ConfigureLoggingCustomLevelTest(ConfigureLoggingTestBase): |
"""Tests configure_logging() with a custom logging level.""" |