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

Unified Diff: tools/telemetry/telemetry/core/chrome/inspector_timeline_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_timeline_unittest.py
diff --git a/tools/telemetry/telemetry/core/chrome/inspector_timeline_unittest.py b/tools/telemetry/telemetry/core/chrome/inspector_timeline_unittest.py
index 30ad229ed0167aa37c3d6e25fa7a5f1521988f0b..24f937c564ea48dee6b8b653c195ee354fa0b1cc 100644
--- a/tools/telemetry/telemetry/core/chrome/inspector_timeline_unittest.py
+++ b/tools/telemetry/telemetry/core/chrome/inspector_timeline_unittest.py
@@ -107,7 +107,7 @@ class InspectorEventParsingTest(unittest.TestCase):
class InspectorTimelineTabTest(tab_test_case.TabTestCase):
def _StartServer(self):
base_dir = os.path.dirname(__file__)
- self._browser.SetHTTPServerDirectory(os.path.join(base_dir, '..', '..',
+ self._browser.SetHTTPServerDirectories(os.path.join(base_dir, '..', '..',
'unittest_data'))
def _WaitForAnimationFrame(self):

Powered by Google App Engine
This is Rietveld 408576698