| Index: generated/googleapis/test/tasks/v1_test.dart
|
| diff --git a/generated/googleapis/test/tasks/v1_test.dart b/generated/googleapis/test/tasks/v1_test.dart
|
| index f6414182244053f8b49bd31cb03079da56c5b102..c570eafe870bda3e43805e8880cd0e041713eb7b 100644
|
| --- a/generated/googleapis/test/tasks/v1_test.dart
|
| +++ b/generated/googleapis/test/tasks/v1_test.dart
|
| @@ -39,14 +39,14 @@ checkTaskLinks(api.TaskLinks o) {
|
| buildCounterTaskLinks--;
|
| }
|
|
|
| -buildUnnamed567() {
|
| +buildUnnamed1086() {
|
| var o = new core.List<api.TaskLinks>();
|
| o.add(buildTaskLinks());
|
| o.add(buildTaskLinks());
|
| return o;
|
| }
|
|
|
| -checkUnnamed567(core.List<api.TaskLinks> o) {
|
| +checkUnnamed1086(core.List<api.TaskLinks> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTaskLinks(o[0]);
|
| checkTaskLinks(o[1]);
|
| @@ -64,7 +64,7 @@ buildTask() {
|
| o.hidden = true;
|
| o.id = "foo";
|
| o.kind = "foo";
|
| - o.links = buildUnnamed567();
|
| + o.links = buildUnnamed1086();
|
| o.notes = "foo";
|
| o.parent = "foo";
|
| o.position = "foo";
|
| @@ -87,7 +87,7 @@ checkTask(api.Task o) {
|
| unittest.expect(o.hidden, unittest.isTrue);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed567(o.links);
|
| + checkUnnamed1086(o.links);
|
| unittest.expect(o.notes, unittest.equals('foo'));
|
| unittest.expect(o.parent, unittest.equals('foo'));
|
| unittest.expect(o.position, unittest.equals('foo'));
|
| @@ -128,14 +128,14 @@ checkTaskList(api.TaskList o) {
|
| buildCounterTaskList--;
|
| }
|
|
|
| -buildUnnamed568() {
|
| +buildUnnamed1087() {
|
| var o = new core.List<api.TaskList>();
|
| o.add(buildTaskList());
|
| o.add(buildTaskList());
|
| return o;
|
| }
|
|
|
| -checkUnnamed568(core.List<api.TaskList> o) {
|
| +checkUnnamed1087(core.List<api.TaskList> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTaskList(o[0]);
|
| checkTaskList(o[1]);
|
| @@ -147,7 +147,7 @@ buildTaskLists() {
|
| buildCounterTaskLists++;
|
| if (buildCounterTaskLists < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed568();
|
| + o.items = buildUnnamed1087();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -159,21 +159,21 @@ checkTaskLists(api.TaskLists o) {
|
| buildCounterTaskLists++;
|
| if (buildCounterTaskLists < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed568(o.items);
|
| + checkUnnamed1087(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterTaskLists--;
|
| }
|
|
|
| -buildUnnamed569() {
|
| +buildUnnamed1088() {
|
| var o = new core.List<api.Task>();
|
| o.add(buildTask());
|
| o.add(buildTask());
|
| return o;
|
| }
|
|
|
| -checkUnnamed569(core.List<api.Task> o) {
|
| +checkUnnamed1088(core.List<api.Task> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTask(o[0]);
|
| checkTask(o[1]);
|
| @@ -185,7 +185,7 @@ buildTasks() {
|
| buildCounterTasks++;
|
| if (buildCounterTasks < 3) {
|
| o.etag = "foo";
|
| - o.items = buildUnnamed569();
|
| + o.items = buildUnnamed1088();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -197,7 +197,7 @@ checkTasks(api.Tasks o) {
|
| buildCounterTasks++;
|
| if (buildCounterTasks < 3) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| - checkUnnamed569(o.items);
|
| + checkUnnamed1088(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
|
|