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

Unified Diff: tools/telemetry/telemetry/core/extension_unittest.py

Issue 12255052: [Telemetry] Fix perf bots after http://crrev.com/183009. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix new test, testComponentExtension. Created 7 years, 10 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/core/chrome/websocket.py ('k') | tools/telemetry/telemetry/core/wpr_server.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/core/extension_unittest.py
diff --git a/tools/telemetry/telemetry/core/extension_unittest.py b/tools/telemetry/telemetry/core/extension_unittest.py
index 8c42fc32bbad0c5b4c0d3104cdef29e35fb95214..51a929b4fc7cc1aef4490ff01a449c4c38e07cf8 100644
--- a/tools/telemetry/telemetry/core/extension_unittest.py
+++ b/tools/telemetry/telemetry/core/extension_unittest.py
@@ -117,7 +117,7 @@ class MultipleExtensionTest(unittest.TestCase):
class ComponentExtensionTest(unittest.TestCase):
def testComponentExtension(self):
extension_path = os.path.join(os.path.dirname(__file__),
- '..', 'unittest_data', 'component_extension')
+ '..', '..', 'unittest_data', 'component_extension')
load_extension = extension_to_load.ExtensionToLoad(extension_path, False)
options = options_for_unittests.GetCopy()
« no previous file with comments | « tools/telemetry/telemetry/core/chrome/websocket.py ('k') | tools/telemetry/telemetry/core/wpr_server.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698