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

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

Issue 2734843002: Api-roll 46: 2017-03-06 (Closed)
Patch Set: Created 3 years, 9 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/appstate/v1_test.dart
diff --git a/generated/googleapis/test/appstate/v1_test.dart b/generated/googleapis/test/appstate/v1_test.dart
index d09f1a32edec6786815f57d3766336e405baee8b..5a419b43d762ad0c366dbde44bd41ff9a5727db4 100644
--- a/generated/googleapis/test/appstate/v1_test.dart
+++ b/generated/googleapis/test/appstate/v1_test.dart
@@ -76,14 +76,14 @@ checkGetResponse(api.GetResponse o) {
buildCounterGetResponse--;
}
-buildUnnamed2872() {
+buildUnnamed2696() {
var o = new core.List<api.GetResponse>();
o.add(buildGetResponse());
o.add(buildGetResponse());
return o;
}
-checkUnnamed2872(core.List<api.GetResponse> o) {
+checkUnnamed2696(core.List<api.GetResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkGetResponse(o[0]);
checkGetResponse(o[1]);
@@ -94,7 +94,7 @@ buildListResponse() {
var o = new api.ListResponse();
buildCounterListResponse++;
if (buildCounterListResponse < 3) {
- o.items = buildUnnamed2872();
+ o.items = buildUnnamed2696();
o.kind = "foo";
o.maximumKeyCount = 42;
}
@@ -105,7 +105,7 @@ buildListResponse() {
checkListResponse(api.ListResponse o) {
buildCounterListResponse++;
if (buildCounterListResponse < 3) {
- checkUnnamed2872(o.items);
+ checkUnnamed2696(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.maximumKeyCount, unittest.equals(42));
}
« no previous file with comments | « generated/googleapis/test/appsactivity/v1_test.dart ('k') | generated/googleapis/test/bigquery/v2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698