Chromium Code Reviews

Unified Diff: tools/telemetry/telemetry/internal/backends/chrome_inspector/inspector_memory_unittest.py

Issue 1217293007: Move unittest_data to internal/testing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « tools/telemetry/telemetry/core/util.py ('k') | tools/telemetry/telemetry/internal/story_runner_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/internal/backends/chrome_inspector/inspector_memory_unittest.py
diff --git a/tools/telemetry/telemetry/internal/backends/chrome_inspector/inspector_memory_unittest.py b/tools/telemetry/telemetry/internal/backends/chrome_inspector/inspector_memory_unittest.py
index 064ad3c5855b164f048d97dacdc3b8df1f9cf681..355c5815e88c4cf2037dbe6a51f0884cf83edcb4 100644
--- a/tools/telemetry/telemetry/internal/backends/chrome_inspector/inspector_memory_unittest.py
+++ b/tools/telemetry/telemetry/internal/backends/chrome_inspector/inspector_memory_unittest.py
@@ -20,7 +20,7 @@ class InspectorMemoryTest(tab_test_case.TabTestCase):
# Document_count > 1 indicates that WebCore::Document loaded in Chrome
# is leaking! The baseline should exactly match the numbers on:
- # unittest_data/dom_counter_sample.html
+ # internal/testing/dom_counter_sample.html
# Please contact kouhei@, hajimehoshi@ when rebaselining.
counts = self._tab.dom_stats
self.assertEqual(counts['document_count'], 1,
« no previous file with comments | « tools/telemetry/telemetry/core/util.py ('k') | tools/telemetry/telemetry/internal/story_runner_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine