| Index: generated/googleapis/test/drive/v3_test.dart
|
| diff --git a/generated/googleapis/test/drive/v3_test.dart b/generated/googleapis/test/drive/v3_test.dart
|
| index c99bae19b921486e63ca3cf281ca6e9ac3a391ae..5dd673f9de5c09465547aa996367346f198210da 100644
|
| --- a/generated/googleapis/test/drive/v3_test.dart
|
| +++ b/generated/googleapis/test/drive/v3_test.dart
|
| @@ -51,79 +51,79 @@ http.StreamedResponse stringResponse(
|
| return new http.StreamedResponse(stream, status, headers: headers);
|
| }
|
|
|
| -buildUnnamed2502() {
|
| +buildUnnamed1801() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2502(core.List<core.String> o) {
|
| +checkUnnamed1801(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'));
|
| }
|
|
|
| -buildUnnamed2503() {
|
| +buildUnnamed1802() {
|
| var o = new core.Map<core.String, core.List<core.String>>();
|
| - o["x"] = buildUnnamed2502();
|
| - o["y"] = buildUnnamed2502();
|
| + o["x"] = buildUnnamed1801();
|
| + o["y"] = buildUnnamed1801();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2503(core.Map<core.String, core.List<core.String>> o) {
|
| +checkUnnamed1802(core.Map<core.String, core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed2502(o["x"]);
|
| - checkUnnamed2502(o["y"]);
|
| + checkUnnamed1801(o["x"]);
|
| + checkUnnamed1801(o["y"]);
|
| }
|
|
|
| -buildUnnamed2504() {
|
| +buildUnnamed1803() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2504(core.List<core.String> o) {
|
| +checkUnnamed1803(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'));
|
| }
|
|
|
| -buildUnnamed2505() {
|
| +buildUnnamed1804() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2505(core.List<core.String> o) {
|
| +checkUnnamed1804(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'));
|
| }
|
|
|
| -buildUnnamed2506() {
|
| +buildUnnamed1805() {
|
| var o = new core.Map<core.String, core.List<core.String>>();
|
| - o["x"] = buildUnnamed2505();
|
| - o["y"] = buildUnnamed2505();
|
| + o["x"] = buildUnnamed1804();
|
| + o["y"] = buildUnnamed1804();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2506(core.Map<core.String, core.List<core.String>> o) {
|
| +checkUnnamed1805(core.Map<core.String, core.List<core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed2505(o["x"]);
|
| - checkUnnamed2505(o["y"]);
|
| + checkUnnamed1804(o["x"]);
|
| + checkUnnamed1804(o["y"]);
|
| }
|
|
|
| -buildUnnamed2507() {
|
| +buildUnnamed1806() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed2507(core.Map<core.String, core.String> o) {
|
| +checkUnnamed1806(core.Map<core.String, core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o["x"], unittest.equals('foo'));
|
| unittest.expect(o["y"], unittest.equals('foo'));
|
| @@ -160,11 +160,11 @@ buildAbout() {
|
| buildCounterAbout++;
|
| if (buildCounterAbout < 3) {
|
| o.appInstalled = true;
|
| - o.exportFormats = buildUnnamed2503();
|
| - o.folderColorPalette = buildUnnamed2504();
|
| - o.importFormats = buildUnnamed2506();
|
| + o.exportFormats = buildUnnamed1802();
|
| + o.folderColorPalette = buildUnnamed1803();
|
| + o.importFormats = buildUnnamed1805();
|
| o.kind = "foo";
|
| - o.maxImportSizes = buildUnnamed2507();
|
| + o.maxImportSizes = buildUnnamed1806();
|
| o.maxUploadSize = "foo";
|
| o.storageQuota = buildAboutStorageQuota();
|
| o.user = buildUser();
|
| @@ -177,11 +177,11 @@ checkAbout(api.About o) {
|
| buildCounterAbout++;
|
| if (buildCounterAbout < 3) {
|
| unittest.expect(o.appInstalled, unittest.isTrue);
|
| - checkUnnamed2503(o.exportFormats);
|
| - checkUnnamed2504(o.folderColorPalette);
|
| - checkUnnamed2506(o.importFormats);
|
| + checkUnnamed1802(o.exportFormats);
|
| + checkUnnamed1803(o.folderColorPalette);
|
| + checkUnnamed1805(o.importFormats);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2507(o.maxImportSizes);
|
| + checkUnnamed1806(o.maxImportSizes);
|
| unittest.expect(o.maxUploadSize, unittest.equals('foo'));
|
| checkAboutStorageQuota(o.storageQuota);
|
| checkUser(o.user);
|
| @@ -216,14 +216,14 @@ checkChange(api.Change o) {
|
| buildCounterChange--;
|
| }
|
|
|
| -buildUnnamed2508() {
|
| +buildUnnamed1807() {
|
| var o = new core.List<api.Change>();
|
| o.add(buildChange());
|
| o.add(buildChange());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2508(core.List<api.Change> o) {
|
| +checkUnnamed1807(core.List<api.Change> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkChange(o[0]);
|
| checkChange(o[1]);
|
| @@ -234,7 +234,7 @@ buildChangeList() {
|
| var o = new api.ChangeList();
|
| buildCounterChangeList++;
|
| if (buildCounterChangeList < 3) {
|
| - o.changes = buildUnnamed2508();
|
| + o.changes = buildUnnamed1807();
|
| o.kind = "foo";
|
| o.newStartPageToken = "foo";
|
| o.nextPageToken = "foo";
|
| @@ -246,7 +246,7 @@ buildChangeList() {
|
| checkChangeList(api.ChangeList o) {
|
| buildCounterChangeList++;
|
| if (buildCounterChangeList < 3) {
|
| - checkUnnamed2508(o.changes);
|
| + checkUnnamed1807(o.changes);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.newStartPageToken, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| @@ -254,14 +254,14 @@ checkChangeList(api.ChangeList o) {
|
| buildCounterChangeList--;
|
| }
|
|
|
| -buildUnnamed2509() {
|
| +buildUnnamed1808() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed2509(core.Map<core.String, core.String> o) {
|
| +checkUnnamed1808(core.Map<core.String, core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o["x"], unittest.equals('foo'));
|
| unittest.expect(o["y"], unittest.equals('foo'));
|
| @@ -276,7 +276,7 @@ buildChannel() {
|
| o.expiration = "foo";
|
| o.id = "foo";
|
| o.kind = "foo";
|
| - o.params = buildUnnamed2509();
|
| + o.params = buildUnnamed1808();
|
| o.payload = true;
|
| o.resourceId = "foo";
|
| o.resourceUri = "foo";
|
| @@ -294,7 +294,7 @@ checkChannel(api.Channel o) {
|
| unittest.expect(o.expiration, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2509(o.params);
|
| + checkUnnamed1808(o.params);
|
| unittest.expect(o.payload, unittest.isTrue);
|
| unittest.expect(o.resourceId, unittest.equals('foo'));
|
| unittest.expect(o.resourceUri, unittest.equals('foo'));
|
| @@ -325,14 +325,14 @@ checkCommentQuotedFileContent(api.CommentQuotedFileContent o) {
|
| buildCounterCommentQuotedFileContent--;
|
| }
|
|
|
| -buildUnnamed2510() {
|
| +buildUnnamed1809() {
|
| var o = new core.List<api.Reply>();
|
| o.add(buildReply());
|
| o.add(buildReply());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2510(core.List<api.Reply> o) {
|
| +checkUnnamed1809(core.List<api.Reply> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReply(o[0]);
|
| checkReply(o[1]);
|
| @@ -353,7 +353,7 @@ buildComment() {
|
| o.kind = "foo";
|
| o.modifiedTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.quotedFileContent = buildCommentQuotedFileContent();
|
| - o.replies = buildUnnamed2510();
|
| + o.replies = buildUnnamed1809();
|
| o.resolved = true;
|
| }
|
| buildCounterComment--;
|
| @@ -373,20 +373,20 @@ checkComment(api.Comment o) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.modifiedTime, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| checkCommentQuotedFileContent(o.quotedFileContent);
|
| - checkUnnamed2510(o.replies);
|
| + checkUnnamed1809(o.replies);
|
| unittest.expect(o.resolved, unittest.isTrue);
|
| }
|
| buildCounterComment--;
|
| }
|
|
|
| -buildUnnamed2511() {
|
| +buildUnnamed1810() {
|
| var o = new core.List<api.Comment>();
|
| o.add(buildComment());
|
| o.add(buildComment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2511(core.List<api.Comment> o) {
|
| +checkUnnamed1810(core.List<api.Comment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkComment(o[0]);
|
| checkComment(o[1]);
|
| @@ -397,7 +397,7 @@ buildCommentList() {
|
| var o = new api.CommentList();
|
| buildCounterCommentList++;
|
| if (buildCounterCommentList < 3) {
|
| - o.comments = buildUnnamed2511();
|
| + o.comments = buildUnnamed1810();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -408,21 +408,21 @@ buildCommentList() {
|
| checkCommentList(api.CommentList o) {
|
| buildCounterCommentList++;
|
| if (buildCounterCommentList < 3) {
|
| - checkUnnamed2511(o.comments);
|
| + checkUnnamed1810(o.comments);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterCommentList--;
|
| }
|
|
|
| -buildUnnamed2512() {
|
| +buildUnnamed1811() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed2512(core.Map<core.String, core.String> o) {
|
| +checkUnnamed1811(core.Map<core.String, core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o["x"], unittest.equals('foo'));
|
| unittest.expect(o["y"], unittest.equals('foo'));
|
| @@ -579,66 +579,66 @@ checkFileImageMediaMetadata(api.FileImageMediaMetadata o) {
|
| buildCounterFileImageMediaMetadata--;
|
| }
|
|
|
| -buildUnnamed2513() {
|
| +buildUnnamed1812() {
|
| var o = new core.List<api.User>();
|
| o.add(buildUser());
|
| o.add(buildUser());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2513(core.List<api.User> o) {
|
| +checkUnnamed1812(core.List<api.User> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUser(o[0]);
|
| checkUser(o[1]);
|
| }
|
|
|
| -buildUnnamed2514() {
|
| +buildUnnamed1813() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2514(core.List<core.String> o) {
|
| +checkUnnamed1813(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'));
|
| }
|
|
|
| -buildUnnamed2515() {
|
| +buildUnnamed1814() {
|
| var o = new core.List<api.Permission>();
|
| o.add(buildPermission());
|
| o.add(buildPermission());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2515(core.List<api.Permission> o) {
|
| +checkUnnamed1814(core.List<api.Permission> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPermission(o[0]);
|
| checkPermission(o[1]);
|
| }
|
|
|
| -buildUnnamed2516() {
|
| +buildUnnamed1815() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed2516(core.Map<core.String, core.String> o) {
|
| +checkUnnamed1815(core.Map<core.String, core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o["x"], unittest.equals('foo'));
|
| unittest.expect(o["y"], unittest.equals('foo'));
|
| }
|
|
|
| -buildUnnamed2517() {
|
| +buildUnnamed1816() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2517(core.List<core.String> o) {
|
| +checkUnnamed1816(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'));
|
| @@ -672,7 +672,7 @@ buildFile() {
|
| var o = new api.File();
|
| buildCounterFile++;
|
| if (buildCounterFile < 3) {
|
| - o.appProperties = buildUnnamed2512();
|
| + o.appProperties = buildUnnamed1811();
|
| o.capabilities = buildFileCapabilities();
|
| o.contentHints = buildFileContentHints();
|
| o.createdTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| @@ -695,16 +695,16 @@ buildFile() {
|
| o.name = "foo";
|
| o.originalFilename = "foo";
|
| o.ownedByMe = true;
|
| - o.owners = buildUnnamed2513();
|
| - o.parents = buildUnnamed2514();
|
| - o.permissions = buildUnnamed2515();
|
| - o.properties = buildUnnamed2516();
|
| + o.owners = buildUnnamed1812();
|
| + o.parents = buildUnnamed1813();
|
| + o.permissions = buildUnnamed1814();
|
| + o.properties = buildUnnamed1815();
|
| o.quotaBytesUsed = "foo";
|
| o.shared = true;
|
| o.sharedWithMeTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.sharingUser = buildUser();
|
| o.size = "foo";
|
| - o.spaces = buildUnnamed2517();
|
| + o.spaces = buildUnnamed1816();
|
| o.starred = true;
|
| o.thumbnailLink = "foo";
|
| o.trashed = true;
|
| @@ -724,7 +724,7 @@ buildFile() {
|
| checkFile(api.File o) {
|
| buildCounterFile++;
|
| if (buildCounterFile < 3) {
|
| - checkUnnamed2512(o.appProperties);
|
| + checkUnnamed1811(o.appProperties);
|
| checkFileCapabilities(o.capabilities);
|
| checkFileContentHints(o.contentHints);
|
| unittest.expect(o.createdTime, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| @@ -747,16 +747,16 @@ checkFile(api.File o) {
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.originalFilename, unittest.equals('foo'));
|
| unittest.expect(o.ownedByMe, unittest.isTrue);
|
| - checkUnnamed2513(o.owners);
|
| - checkUnnamed2514(o.parents);
|
| - checkUnnamed2515(o.permissions);
|
| - checkUnnamed2516(o.properties);
|
| + checkUnnamed1812(o.owners);
|
| + checkUnnamed1813(o.parents);
|
| + checkUnnamed1814(o.permissions);
|
| + checkUnnamed1815(o.properties);
|
| unittest.expect(o.quotaBytesUsed, unittest.equals('foo'));
|
| unittest.expect(o.shared, unittest.isTrue);
|
| unittest.expect(o.sharedWithMeTime, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| checkUser(o.sharingUser);
|
| unittest.expect(o.size, unittest.equals('foo'));
|
| - checkUnnamed2517(o.spaces);
|
| + checkUnnamed1816(o.spaces);
|
| unittest.expect(o.starred, unittest.isTrue);
|
| unittest.expect(o.thumbnailLink, unittest.equals('foo'));
|
| unittest.expect(o.trashed, unittest.isTrue);
|
| @@ -772,14 +772,14 @@ checkFile(api.File o) {
|
| buildCounterFile--;
|
| }
|
|
|
| -buildUnnamed2518() {
|
| +buildUnnamed1817() {
|
| var o = new core.List<api.File>();
|
| o.add(buildFile());
|
| o.add(buildFile());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2518(core.List<api.File> o) {
|
| +checkUnnamed1817(core.List<api.File> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFile(o[0]);
|
| checkFile(o[1]);
|
| @@ -790,7 +790,7 @@ buildFileList() {
|
| var o = new api.FileList();
|
| buildCounterFileList++;
|
| if (buildCounterFileList < 3) {
|
| - o.files = buildUnnamed2518();
|
| + o.files = buildUnnamed1817();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -801,21 +801,21 @@ buildFileList() {
|
| checkFileList(api.FileList o) {
|
| buildCounterFileList++;
|
| if (buildCounterFileList < 3) {
|
| - checkUnnamed2518(o.files);
|
| + checkUnnamed1817(o.files);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterFileList--;
|
| }
|
|
|
| -buildUnnamed2519() {
|
| +buildUnnamed1818() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2519(core.List<core.String> o) {
|
| +checkUnnamed1818(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'));
|
| @@ -826,7 +826,7 @@ buildGeneratedIds() {
|
| var o = new api.GeneratedIds();
|
| buildCounterGeneratedIds++;
|
| if (buildCounterGeneratedIds < 3) {
|
| - o.ids = buildUnnamed2519();
|
| + o.ids = buildUnnamed1818();
|
| o.kind = "foo";
|
| o.space = "foo";
|
| }
|
| @@ -837,7 +837,7 @@ buildGeneratedIds() {
|
| checkGeneratedIds(api.GeneratedIds o) {
|
| buildCounterGeneratedIds++;
|
| if (buildCounterGeneratedIds < 3) {
|
| - checkUnnamed2519(o.ids);
|
| + checkUnnamed1818(o.ids);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.space, unittest.equals('foo'));
|
| }
|
| @@ -881,14 +881,14 @@ checkPermission(api.Permission o) {
|
| buildCounterPermission--;
|
| }
|
|
|
| -buildUnnamed2520() {
|
| +buildUnnamed1819() {
|
| var o = new core.List<api.Permission>();
|
| o.add(buildPermission());
|
| o.add(buildPermission());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2520(core.List<api.Permission> o) {
|
| +checkUnnamed1819(core.List<api.Permission> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPermission(o[0]);
|
| checkPermission(o[1]);
|
| @@ -900,7 +900,7 @@ buildPermissionList() {
|
| buildCounterPermissionList++;
|
| if (buildCounterPermissionList < 3) {
|
| o.kind = "foo";
|
| - o.permissions = buildUnnamed2520();
|
| + o.permissions = buildUnnamed1819();
|
| }
|
| buildCounterPermissionList--;
|
| return o;
|
| @@ -910,7 +910,7 @@ checkPermissionList(api.PermissionList o) {
|
| buildCounterPermissionList++;
|
| if (buildCounterPermissionList < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2520(o.permissions);
|
| + checkUnnamed1819(o.permissions);
|
| }
|
| buildCounterPermissionList--;
|
| }
|
| @@ -950,14 +950,14 @@ checkReply(api.Reply o) {
|
| buildCounterReply--;
|
| }
|
|
|
| -buildUnnamed2521() {
|
| +buildUnnamed1820() {
|
| var o = new core.List<api.Reply>();
|
| o.add(buildReply());
|
| o.add(buildReply());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2521(core.List<api.Reply> o) {
|
| +checkUnnamed1820(core.List<api.Reply> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkReply(o[0]);
|
| checkReply(o[1]);
|
| @@ -970,7 +970,7 @@ buildReplyList() {
|
| if (buildCounterReplyList < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.replies = buildUnnamed2521();
|
| + o.replies = buildUnnamed1820();
|
| }
|
| buildCounterReplyList--;
|
| return o;
|
| @@ -981,7 +981,7 @@ checkReplyList(api.ReplyList o) {
|
| if (buildCounterReplyList < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed2521(o.replies);
|
| + checkUnnamed1820(o.replies);
|
| }
|
| buildCounterReplyList--;
|
| }
|
| @@ -1027,14 +1027,14 @@ checkRevision(api.Revision o) {
|
| buildCounterRevision--;
|
| }
|
|
|
| -buildUnnamed2522() {
|
| +buildUnnamed1821() {
|
| var o = new core.List<api.Revision>();
|
| o.add(buildRevision());
|
| o.add(buildRevision());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2522(core.List<api.Revision> o) {
|
| +checkUnnamed1821(core.List<api.Revision> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRevision(o[0]);
|
| checkRevision(o[1]);
|
| @@ -1046,7 +1046,7 @@ buildRevisionList() {
|
| buildCounterRevisionList++;
|
| if (buildCounterRevisionList < 3) {
|
| o.kind = "foo";
|
| - o.revisions = buildUnnamed2522();
|
| + o.revisions = buildUnnamed1821();
|
| }
|
| buildCounterRevisionList--;
|
| return o;
|
| @@ -1056,7 +1056,7 @@ checkRevisionList(api.RevisionList o) {
|
| buildCounterRevisionList++;
|
| if (buildCounterRevisionList < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2522(o.revisions);
|
| + checkUnnamed1821(o.revisions);
|
| }
|
| buildCounterRevisionList--;
|
| }
|
|
|