| 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 5315b513f28a8ba05ea61d732ff40fd09aa52999..54a88c2c77486b885878fadc3ccfddb810a26958 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--;
|
| }
|
|
|
| -buildUnnamed1038() {
|
| +buildUnnamed593() {
|
| var o = new core.List<api.TaskLinks>();
|
| o.add(buildTaskLinks());
|
| o.add(buildTaskLinks());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1038(core.List<api.TaskLinks> o) {
|
| +checkUnnamed593(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 = buildUnnamed1038();
|
| + o.links = buildUnnamed593();
|
| 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'));
|
| - checkUnnamed1038(o.links);
|
| + checkUnnamed593(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--;
|
| }
|
|
|
| -buildUnnamed1039() {
|
| +buildUnnamed594() {
|
| var o = new core.List<api.TaskList>();
|
| o.add(buildTaskList());
|
| o.add(buildTaskList());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1039(core.List<api.TaskList> o) {
|
| +checkUnnamed594(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 = buildUnnamed1039();
|
| + o.items = buildUnnamed594();
|
| 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'));
|
| - checkUnnamed1039(o.items);
|
| + checkUnnamed594(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterTaskLists--;
|
| }
|
|
|
| -buildUnnamed1040() {
|
| +buildUnnamed595() {
|
| var o = new core.List<api.Task>();
|
| o.add(buildTask());
|
| o.add(buildTask());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1040(core.List<api.Task> o) {
|
| +checkUnnamed595(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 = buildUnnamed1040();
|
| + o.items = buildUnnamed595();
|
| 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'));
|
| - checkUnnamed1040(o.items);
|
| + checkUnnamed595(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
|
|