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

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

Issue 12813013: [Telemetry] Cause web server to keep resources in memory and thread requests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address nduca comments Created 7 years, 9 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
Index: tools/telemetry/telemetry/core/chrome/inspector_console_unittest.py
diff --git a/tools/telemetry/telemetry/core/chrome/inspector_console_unittest.py b/tools/telemetry/telemetry/core/chrome/inspector_console_unittest.py
index 05ca36babe556c5678867d3cdfecc17697c02958..76c611c4da5b34018e135fec956bfb7918274afe 100644
--- a/tools/telemetry/telemetry/core/chrome/inspector_console_unittest.py
+++ b/tools/telemetry/telemetry/core/chrome/inspector_console_unittest.py
@@ -12,7 +12,7 @@ class TabConsoleTest(tab_test_case.TabTestCase):
def testConsoleOutputStream(self):
unittest_data_dir = os.path.join(os.path.dirname(__file__),
'..', '..', '..', 'unittest_data')
- self._browser.SetHTTPServerDirectory(unittest_data_dir)
+ self._browser.SetHTTPServerDirectories(unittest_data_dir)
stream = StringIO.StringIO()
self._tab.message_output_stream = stream
« no previous file with comments | « tools/telemetry/telemetry/core/browser.py ('k') | tools/telemetry/telemetry/core/chrome/inspector_memory_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698