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

Unified Diff: generated/googleapis/test/appstate/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/appstate/v1_test.dart
diff --git a/generated/googleapis/test/appstate/v1_test.dart b/generated/googleapis/test/appstate/v1_test.dart
index 4cb68224c755b76c13e71e429618c2e582a6ea70..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--;
}
-buildUnnamed1019() {
+buildUnnamed265() {
var o = new core.List<api.GetResponse>();
o.add(buildGetResponse());
o.add(buildGetResponse());
return o;
}
-checkUnnamed1019(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 = buildUnnamed1019();
+ o.items = buildUnnamed265();
o.kind = "foo";
o.maximumKeyCount = 42;
}
@@ -70,7 +70,7 @@ buildListResponse() {
checkListResponse(api.ListResponse o) {
buildCounterListResponse++;
if (buildCounterListResponse < 3) {
- checkUnnamed1019(o.items);
+ checkUnnamed265(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.maximumKeyCount, unittest.equals(42));
}

Powered by Google App Engine
This is Rietveld 408576698