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

Unified Diff: generated/googleapis/test/admin/email_migration_v2_test.dart

Issue 1268013003: Api-roll 21: 2015-08-04 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 5 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: generated/googleapis/test/admin/email_migration_v2_test.dart
diff --git a/generated/googleapis/test/admin/email_migration_v2_test.dart b/generated/googleapis/test/admin/email_migration_v2_test.dart
index ca9efb50ad3deed22a1588498ff01d1574843d6e..8b519069c27df019a28cb6ba6feae942d51b737d 100644
--- a/generated/googleapis/test/admin/email_migration_v2_test.dart
+++ b/generated/googleapis/test/admin/email_migration_v2_test.dart
@@ -51,14 +51,14 @@ http.StreamedResponse stringResponse(
return new http.StreamedResponse(stream, status, headers: headers);
}
-buildUnnamed0() {
+buildUnnamed169() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed0(core.List<core.String> o) {
+checkUnnamed169(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
@@ -77,7 +77,7 @@ buildMailItem() {
o.isTrash = true;
o.isUnread = true;
o.kind = "foo";
- o.labels = buildUnnamed0();
+ o.labels = buildUnnamed169();
}
buildCounterMailItem--;
return o;
@@ -94,7 +94,7 @@ checkMailItem(api.MailItem o) {
unittest.expect(o.isTrash, unittest.isTrue);
unittest.expect(o.isUnread, unittest.isTrue);
unittest.expect(o.kind, unittest.equals('foo'));
- checkUnnamed0(o.labels);
+ checkUnnamed169(o.labels);
}
buildCounterMailItem--;
}

Powered by Google App Engine
This is Rietveld 408576698