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

Unified Diff: Tools/GardeningServer/ui/test/ct-failure-card-tests.html

Issue 526633002: Apply object updates from the network without blowing away object identity or UI attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Initial Created 6 years, 4 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/GardeningServer/ui/test/ct-failure-card-tests.html
diff --git a/Tools/GardeningServer/ui/test/ct-failure-card-tests.html b/Tools/GardeningServer/ui/test/ct-failure-card-tests.html
index e60baee3df35d115e3b91c0cc0aab867f866e60f..e51b55df67b6a8efd8b07fa47006e18c687d2237 100644
--- a/Tools/GardeningServer/ui/test/ct-failure-card-tests.html
+++ b/Tools/GardeningServer/ui/test/ct-failure-card-tests.html
@@ -23,7 +23,7 @@ describe('ct-failure-card', function() {
beforeEach(function(done) {
card = document.createElement('ct-failure-card');
var cl = new CTCommitListMock();
- group = new CTFailureGroup([
+ group = new CTFailureGroup('', [
new CTFailure('autobot', 'unknown', {someBuilder: {key: 'a'}}, {'blink':158547},
{'blink':158544})], cl);
card.group = group;

Powered by Google App Engine
This is Rietveld 408576698