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

Unified Diff: generated/googleapis/test/reseller/v1_test.dart

Issue 698403003: Api roll 5: 2014-11-05 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years, 1 month 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/reseller/v1_test.dart
diff --git a/generated/googleapis/test/reseller/v1_test.dart b/generated/googleapis/test/reseller/v1_test.dart
index 1576396b9da68537041f342f4cec6ee28b407706..fd2858c4f73cb5c9034f923363b45d2d1c75c57f 100644
--- a/generated/googleapis/test/reseller/v1_test.dart
+++ b/generated/googleapis/test/reseller/v1_test.dart
@@ -284,14 +284,14 @@ checkSubscription(api.Subscription o) {
buildCounterSubscription--;
}
-buildUnnamed970() {
+buildUnnamed1029() {
var o = new core.List<api.Subscription>();
o.add(buildSubscription());
o.add(buildSubscription());
return o;
}
-checkUnnamed970(core.List<api.Subscription> o) {
+checkUnnamed1029(core.List<api.Subscription> o) {
unittest.expect(o, unittest.hasLength(2));
checkSubscription(o[0]);
checkSubscription(o[1]);
@@ -304,7 +304,7 @@ buildSubscriptions() {
if (buildCounterSubscriptions < 3) {
o.kind = "foo";
o.nextPageToken = "foo";
- o.subscriptions = buildUnnamed970();
+ o.subscriptions = buildUnnamed1029();
}
buildCounterSubscriptions--;
return o;
@@ -315,7 +315,7 @@ checkSubscriptions(api.Subscriptions o) {
if (buildCounterSubscriptions < 3) {
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
- checkUnnamed970(o.subscriptions);
+ checkUnnamed1029(o.subscriptions);
}
buildCounterSubscriptions--;
}

Powered by Google App Engine
This is Rietveld 408576698