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

Unified Diff: Tools/Scripts/webkitpy/common/net/buildbot/chromiumbuildbot_unittest.py

Issue 23541008: Fix stray webkitpy unit test after r157385. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/common/net/buildbot/chromiumbuildbot_unittest.py
diff --git a/Tools/Scripts/webkitpy/common/net/buildbot/chromiumbuildbot_unittest.py b/Tools/Scripts/webkitpy/common/net/buildbot/chromiumbuildbot_unittest.py
index 670175ebe4045a435287b5829ff1352b0827898f..723386dd0e45c788b883d2d7f7d21b14cccf7cc6 100644
--- a/Tools/Scripts/webkitpy/common/net/buildbot/chromiumbuildbot_unittest.py
+++ b/Tools/Scripts/webkitpy/common/net/buildbot/chromiumbuildbot_unittest.py
@@ -40,4 +40,4 @@ class ChromiumBuilderTest(unittest.TestCase):
def test_accumulated_results_url(self):
builder = ChromiumBuildBot().builder_with_name('WebKit Mac10.8 (dbg)')
self.assertEqual(builder.accumulated_results_url(),
- 'https://storage.googleapis.com/chromium-layout-test-archives/WebKit_Mac10_8__dbg_/results/layout-test-results/layout-test-results')
+ 'https://storage.googleapis.com/chromium-layout-test-archives/WebKit_Mac10_8__dbg_/results/layout-test-results')
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698