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

Unified Diff: Tools/GardeningServer/scripts/treestatus_unittests.js

Issue 398653005: Add a details link to ct-tree-status. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/GardeningServer/scripts/treestatus.js ('k') | Tools/GardeningServer/ui/ct-tree-status.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/scripts/treestatus_unittests.js
diff --git a/Tools/GardeningServer/scripts/treestatus_unittests.js b/Tools/GardeningServer/scripts/treestatus_unittests.js
index 6a8ac6b643c52bf5a8b6c192be2a33d410b3b410..627048cd2dd6e09fbb4a48c14042756f5b607544 100644
--- a/Tools/GardeningServer/scripts/treestatus_unittests.js
+++ b/Tools/GardeningServer/scripts/treestatus_unittests.js
@@ -44,8 +44,8 @@ var closedTreeJson = {
};
test('urlByName', 3, function() {
- equal(treestatus.urlByName('blink'), 'http://blink-status.appspot.com/current?format=json');
- equal(treestatus.urlByName('chromium'), 'http://chromium-status.appspot.com/current?format=json');
+ equal(treestatus.urlByName('blink'), 'http://blink-status.appspot.com/');
+ equal(treestatus.urlByName('chromium'), 'http://chromium-status.appspot.com/');
equal(treestatus.urlByName('foo'), null);
});
« no previous file with comments | « Tools/GardeningServer/scripts/treestatus.js ('k') | Tools/GardeningServer/ui/ct-tree-status.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698