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

Unified Diff: generated/googleapis/test/appstate/v1_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/appstate/v1_test.dart
diff --git a/generated/googleapis/test/appstate/v1_test.dart b/generated/googleapis/test/appstate/v1_test.dart
index 94c8dc2769769172731cc6c4bac6814137cdab57..3de68e9cccc47e3e271d468258abdd4d0d8aa798 100644
--- a/generated/googleapis/test/appstate/v1_test.dart
+++ b/generated/googleapis/test/appstate/v1_test.dart
@@ -41,14 +41,14 @@ checkGetResponse(api.GetResponse o) {
buildCounterGetResponse--;
}
-buildUnnamed1073() {
+buildUnnamed265() {
var o = new core.List<api.GetResponse>();
o.add(buildGetResponse());
o.add(buildGetResponse());
return o;
}
-checkUnnamed1073(core.List<api.GetResponse> o) {
+checkUnnamed265(core.List<api.GetResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkGetResponse(o[0]);
checkGetResponse(o[1]);
@@ -59,7 +59,7 @@ buildListResponse() {
var o = new api.ListResponse();
buildCounterListResponse++;
if (buildCounterListResponse < 3) {
- o.items = buildUnnamed1073();
+ o.items = buildUnnamed265();
o.kind = "foo";
o.maximumKeyCount = 42;
}
@@ -70,7 +70,7 @@ buildListResponse() {
checkListResponse(api.ListResponse o) {
buildCounterListResponse++;
if (buildCounterListResponse < 3) {
- checkUnnamed1073(o.items);
+ checkUnnamed265(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