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

Unified Diff: sky/tools/webkitpy/common/system/logutils_unittest.py

Issue 639883003: Get test_webkitpy to actually run again. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: merge to ToT Created 6 years, 2 months 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
« no previous file with comments | « sky/tools/webkitpy/common/system/filesystem_mock.py ('k') | sky/tools/webkitpy/common/webkit_finder.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/webkitpy/common/system/logutils_unittest.py
diff --git a/sky/tools/webkitpy/common/system/logutils_unittest.py b/sky/tools/webkitpy/common/system/logutils_unittest.py
index 6d7cc4da4f42473f881938a0cd4a3852e321fd22..aec4f8ee9aa45b01ff9057ed19e7b0c66da51542 100644
--- a/sky/tools/webkitpy/common/system/logutils_unittest.py
+++ b/sky/tools/webkitpy/common/system/logutils_unittest.py
@@ -46,10 +46,10 @@ class GetLoggerTest(unittest.TestCase):
root_dir = "/"
os.chdir(root_dir)
- logger = logutils.get_logger("/Tools/Scripts/test-webkitpy")
+ logger = logutils.get_logger("/tools/test-webkitpy")
self.assertEqual(logger.name, "test-webkitpy")
- logger = logutils.get_logger("/Tools/Scripts/test-webkitpy.py")
+ logger = logutils.get_logger("/tools/test-webkitpy.py")
self.assertEqual(logger.name, "test-webkitpy")
os.chdir(working_directory)
« no previous file with comments | « sky/tools/webkitpy/common/system/filesystem_mock.py ('k') | sky/tools/webkitpy/common/webkit_finder.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698