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

Unified Diff: tools/gardening/test/test_client.dart

Issue 2997043002: Include build revision in BuildResult (Closed)
Patch Set: Created 3 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
« no previous file with comments | « tools/gardening/test/buildbot_data_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gardening/test/test_client.dart
diff --git a/tools/gardening/test/test_client.dart b/tools/gardening/test/test_client.dart
index 2426b2960b78a06b20fabba213ff0c2ce0d5773d..81758f18a4eeb06cd7e49f869da896bec9b0a839 100644
--- a/tools/gardening/test/test_client.dart
+++ b/tools/gardening/test/test_client.dart
@@ -68,7 +68,7 @@ class DummyClient implements BuildbotClient {
@override
Future<BuildResult> readResult(BuildUri buildUri) {
return new Future.value(
- new BuildResult(buildUri, 1, const [], const [], const []));
+ new BuildResult(buildUri, 1, '', const [], const [], const []));
}
@override
« no previous file with comments | « tools/gardening/test/buildbot_data_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698