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

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

Issue 770773002: Api roll 7: 2014-12-01 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years 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 8bb33159855e3bc3d14d2d7d4e321df691772b60..9818823f58f5a9fda30c98f0d3fcccb40662bb82 100644
--- a/generated/googleapis/test/admin/email_migration_v2_test.dart
+++ b/generated/googleapis/test/admin/email_migration_v2_test.dart
@@ -16,14 +16,14 @@ import 'package:googleapis/admin/email_migration_v2.dart' as api;
-buildUnnamed0() {
+buildUnnamed120() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed0(core.List<core.String> o) {
+checkUnnamed120(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'));
@@ -42,7 +42,7 @@ buildMailItem() {
o.isTrash = true;
o.isUnread = true;
o.kind = "foo";
- o.labels = buildUnnamed0();
+ o.labels = buildUnnamed120();
}
buildCounterMailItem--;
return o;
@@ -59,7 +59,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);
+ checkUnnamed120(o.labels);
}
buildCounterMailItem--;
}
« no previous file with comments | « generated/googleapis/test/admin/directory_v1_test.dart ('k') | generated/googleapis/test/admin/reports_v1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698