Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(198)

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/common/system/log_testing_unittest.py

Issue 2578213005: Use underscores to separate words in filenames in webkitpy. (Closed)
Patch Set: Fix check for attribute in output_capture.py. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Tools/Scripts/webkitpy/common/system/log_testing_unittest.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/logtesting_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/log_testing_unittest.py
similarity index 95%
rename from third_party/WebKit/Tools/Scripts/webkitpy/common/system/logtesting_unittest.py
rename to third_party/WebKit/Tools/Scripts/webkitpy/common/system/log_testing_unittest.py
index 61c30c33aa529f9a0941e72415ce692065e764bc..19473771d14ad0ab6ec9ce99f4716fa43d8f7fbe 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/logtesting_unittest.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/log_testing_unittest.py
@@ -5,7 +5,7 @@
import logging
import unittest
-from webkitpy.common.system.logtesting import LoggingTestCase, LogTesting, TestLogStream
+from webkitpy.common.system.log_testing import LoggingTestCase, LogTesting, TestLogStream
class TestLogStreamTest(unittest.TestCase):

Powered by Google App Engine
This is Rietveld 408576698