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

Unified Diff: tools/telemetry/telemetry/inspector_console_unittest.py

Issue 11819018: [Telemetry] Clean separation between tab (public API) and tab_backend (Chrome implementation). Flat… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make unit tests pass and merge. Created 7 years, 11 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 | « tools/telemetry/telemetry/inspector_console.py ('k') | tools/telemetry/telemetry/inspector_page.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/inspector_console_unittest.py
diff --git a/tools/telemetry/telemetry/inspector_console_unittest.py b/tools/telemetry/telemetry/inspector_console_unittest.py
index 5e73706db2372762c1f45a10bfae5684d19446b9..6890b19f21aab644c2b464c47927191e5181d0db 100644
--- a/tools/telemetry/telemetry/inspector_console_unittest.py
+++ b/tools/telemetry/telemetry/inspector_console_unittest.py
@@ -15,7 +15,7 @@ class TabConsoleTest(tab_test_case.TabTestCase):
self._browser.SetHTTPServerDirectory(unittest_data_dir)
stream = StringIO.StringIO()
- self._tab.console.MessageOutputStream = stream
+ self._tab.console.message_output_stream = stream
self._tab.page.Navigate(
self._browser.http_server.UrlOf('page_that_logs_to_console.html'))
« no previous file with comments | « tools/telemetry/telemetry/inspector_console.py ('k') | tools/telemetry/telemetry/inspector_page.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698