| Index: generated/googleapis/test/prediction/v1_6_test.dart
|
| diff --git a/generated/googleapis/test/prediction/v1_6_test.dart b/generated/googleapis/test/prediction/v1_6_test.dart
|
| index 6df7290bb6cad8d9ebcd20796b9bc2c2df4f65d3..2009f4c962cc95da178bb5d59281131e766d5d26 100644
|
| --- a/generated/googleapis/test/prediction/v1_6_test.dart
|
| +++ b/generated/googleapis/test/prediction/v1_6_test.dart
|
| @@ -72,14 +72,14 @@ checkAnalyzeDataDescriptionFeaturesCategoricalValues(api.AnalyzeDataDescriptionF
|
| buildCounterAnalyzeDataDescriptionFeaturesCategoricalValues--;
|
| }
|
|
|
| -buildUnnamed1586() {
|
| +buildUnnamed1654() {
|
| var o = new core.List<api.AnalyzeDataDescriptionFeaturesCategoricalValues>();
|
| o.add(buildAnalyzeDataDescriptionFeaturesCategoricalValues());
|
| o.add(buildAnalyzeDataDescriptionFeaturesCategoricalValues());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1586(core.List<api.AnalyzeDataDescriptionFeaturesCategoricalValues> o) {
|
| +checkUnnamed1654(core.List<api.AnalyzeDataDescriptionFeaturesCategoricalValues> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAnalyzeDataDescriptionFeaturesCategoricalValues(o[0]);
|
| checkAnalyzeDataDescriptionFeaturesCategoricalValues(o[1]);
|
| @@ -91,7 +91,7 @@ buildAnalyzeDataDescriptionFeaturesCategorical() {
|
| buildCounterAnalyzeDataDescriptionFeaturesCategorical++;
|
| if (buildCounterAnalyzeDataDescriptionFeaturesCategorical < 3) {
|
| o.count = "foo";
|
| - o.values = buildUnnamed1586();
|
| + o.values = buildUnnamed1654();
|
| }
|
| buildCounterAnalyzeDataDescriptionFeaturesCategorical--;
|
| return o;
|
| @@ -101,7 +101,7 @@ checkAnalyzeDataDescriptionFeaturesCategorical(api.AnalyzeDataDescriptionFeature
|
| buildCounterAnalyzeDataDescriptionFeaturesCategorical++;
|
| if (buildCounterAnalyzeDataDescriptionFeaturesCategorical < 3) {
|
| unittest.expect(o.count, unittest.equals('foo'));
|
| - checkUnnamed1586(o.values);
|
| + checkUnnamed1654(o.values);
|
| }
|
| buildCounterAnalyzeDataDescriptionFeaturesCategorical--;
|
| }
|
| @@ -173,14 +173,14 @@ checkAnalyzeDataDescriptionFeatures(api.AnalyzeDataDescriptionFeatures o) {
|
| buildCounterAnalyzeDataDescriptionFeatures--;
|
| }
|
|
|
| -buildUnnamed1587() {
|
| +buildUnnamed1655() {
|
| var o = new core.List<api.AnalyzeDataDescriptionFeatures>();
|
| o.add(buildAnalyzeDataDescriptionFeatures());
|
| o.add(buildAnalyzeDataDescriptionFeatures());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1587(core.List<api.AnalyzeDataDescriptionFeatures> o) {
|
| +checkUnnamed1655(core.List<api.AnalyzeDataDescriptionFeatures> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAnalyzeDataDescriptionFeatures(o[0]);
|
| checkAnalyzeDataDescriptionFeatures(o[1]);
|
| @@ -230,14 +230,14 @@ checkAnalyzeDataDescriptionOutputFeatureText(api.AnalyzeDataDescriptionOutputFea
|
| buildCounterAnalyzeDataDescriptionOutputFeatureText--;
|
| }
|
|
|
| -buildUnnamed1588() {
|
| +buildUnnamed1656() {
|
| var o = new core.List<api.AnalyzeDataDescriptionOutputFeatureText>();
|
| o.add(buildAnalyzeDataDescriptionOutputFeatureText());
|
| o.add(buildAnalyzeDataDescriptionOutputFeatureText());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1588(core.List<api.AnalyzeDataDescriptionOutputFeatureText> o) {
|
| +checkUnnamed1656(core.List<api.AnalyzeDataDescriptionOutputFeatureText> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAnalyzeDataDescriptionOutputFeatureText(o[0]);
|
| checkAnalyzeDataDescriptionOutputFeatureText(o[1]);
|
| @@ -249,7 +249,7 @@ buildAnalyzeDataDescriptionOutputFeature() {
|
| buildCounterAnalyzeDataDescriptionOutputFeature++;
|
| if (buildCounterAnalyzeDataDescriptionOutputFeature < 3) {
|
| o.numeric = buildAnalyzeDataDescriptionOutputFeatureNumeric();
|
| - o.text = buildUnnamed1588();
|
| + o.text = buildUnnamed1656();
|
| }
|
| buildCounterAnalyzeDataDescriptionOutputFeature--;
|
| return o;
|
| @@ -259,7 +259,7 @@ checkAnalyzeDataDescriptionOutputFeature(api.AnalyzeDataDescriptionOutputFeature
|
| buildCounterAnalyzeDataDescriptionOutputFeature++;
|
| if (buildCounterAnalyzeDataDescriptionOutputFeature < 3) {
|
| checkAnalyzeDataDescriptionOutputFeatureNumeric(o.numeric);
|
| - checkUnnamed1588(o.text);
|
| + checkUnnamed1656(o.text);
|
| }
|
| buildCounterAnalyzeDataDescriptionOutputFeature--;
|
| }
|
| @@ -269,7 +269,7 @@ buildAnalyzeDataDescription() {
|
| var o = new api.AnalyzeDataDescription();
|
| buildCounterAnalyzeDataDescription++;
|
| if (buildCounterAnalyzeDataDescription < 3) {
|
| - o.features = buildUnnamed1587();
|
| + o.features = buildUnnamed1655();
|
| o.outputFeature = buildAnalyzeDataDescriptionOutputFeature();
|
| }
|
| buildCounterAnalyzeDataDescription--;
|
| @@ -279,72 +279,72 @@ buildAnalyzeDataDescription() {
|
| checkAnalyzeDataDescription(api.AnalyzeDataDescription o) {
|
| buildCounterAnalyzeDataDescription++;
|
| if (buildCounterAnalyzeDataDescription < 3) {
|
| - checkUnnamed1587(o.features);
|
| + checkUnnamed1655(o.features);
|
| checkAnalyzeDataDescriptionOutputFeature(o.outputFeature);
|
| }
|
| buildCounterAnalyzeDataDescription--;
|
| }
|
|
|
| -buildUnnamed1589() {
|
| +buildUnnamed1657() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed1589(core.Map<core.String, core.String> o) {
|
| +checkUnnamed1657(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'));
|
| }
|
|
|
| -buildUnnamed1590() {
|
| +buildUnnamed1658() {
|
| var o = new core.List<core.Map<core.String, core.String>>();
|
| - o.add(buildUnnamed1589());
|
| - o.add(buildUnnamed1589());
|
| + o.add(buildUnnamed1657());
|
| + o.add(buildUnnamed1657());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1590(core.List<core.Map<core.String, core.String>> o) {
|
| +checkUnnamed1658(core.List<core.Map<core.String, core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed1589(o[0]);
|
| - checkUnnamed1589(o[1]);
|
| + checkUnnamed1657(o[0]);
|
| + checkUnnamed1657(o[1]);
|
| }
|
|
|
| -buildUnnamed1591() {
|
| +buildUnnamed1659() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed1591(core.Map<core.String, core.String> o) {
|
| +checkUnnamed1659(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'));
|
| }
|
|
|
| -buildUnnamed1592() {
|
| +buildUnnamed1660() {
|
| var o = new core.Map<core.String, core.Map<core.String, core.String>>();
|
| - o["x"] = buildUnnamed1591();
|
| - o["y"] = buildUnnamed1591();
|
| + o["x"] = buildUnnamed1659();
|
| + o["y"] = buildUnnamed1659();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1592(core.Map<core.String, core.Map<core.String, core.String>> o) {
|
| +checkUnnamed1660(core.Map<core.String, core.Map<core.String, core.String>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed1591(o["x"]);
|
| - checkUnnamed1591(o["y"]);
|
| + checkUnnamed1659(o["x"]);
|
| + checkUnnamed1659(o["y"]);
|
| }
|
|
|
| -buildUnnamed1593() {
|
| +buildUnnamed1661() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed1593(core.Map<core.String, core.String> o) {
|
| +checkUnnamed1661(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'));
|
| @@ -355,8 +355,8 @@ buildAnalyzeModelDescription() {
|
| var o = new api.AnalyzeModelDescription();
|
| buildCounterAnalyzeModelDescription++;
|
| if (buildCounterAnalyzeModelDescription < 3) {
|
| - o.confusionMatrix = buildUnnamed1592();
|
| - o.confusionMatrixRowTotals = buildUnnamed1593();
|
| + o.confusionMatrix = buildUnnamed1660();
|
| + o.confusionMatrixRowTotals = buildUnnamed1661();
|
| o.modelinfo = buildInsert2();
|
| }
|
| buildCounterAnalyzeModelDescription--;
|
| @@ -366,8 +366,8 @@ buildAnalyzeModelDescription() {
|
| checkAnalyzeModelDescription(api.AnalyzeModelDescription o) {
|
| buildCounterAnalyzeModelDescription++;
|
| if (buildCounterAnalyzeModelDescription < 3) {
|
| - checkUnnamed1592(o.confusionMatrix);
|
| - checkUnnamed1593(o.confusionMatrixRowTotals);
|
| + checkUnnamed1660(o.confusionMatrix);
|
| + checkUnnamed1661(o.confusionMatrixRowTotals);
|
| checkInsert2(o.modelinfo);
|
| }
|
| buildCounterAnalyzeModelDescription--;
|
| @@ -379,7 +379,7 @@ buildAnalyze() {
|
| buildCounterAnalyze++;
|
| if (buildCounterAnalyze < 3) {
|
| o.dataDescription = buildAnalyzeDataDescription();
|
| - o.errors = buildUnnamed1590();
|
| + o.errors = buildUnnamed1658();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.modelDescription = buildAnalyzeModelDescription();
|
| @@ -393,7 +393,7 @@ checkAnalyze(api.Analyze o) {
|
| buildCounterAnalyze++;
|
| if (buildCounterAnalyze < 3) {
|
| checkAnalyzeDataDescription(o.dataDescription);
|
| - checkUnnamed1590(o.errors);
|
| + checkUnnamed1658(o.errors);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| checkAnalyzeModelDescription(o.modelDescription);
|
| @@ -402,14 +402,14 @@ checkAnalyze(api.Analyze o) {
|
| buildCounterAnalyze--;
|
| }
|
|
|
| -buildUnnamed1594() {
|
| +buildUnnamed1662() {
|
| var o = new core.List<core.Object>();
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| return o;
|
| }
|
|
|
| -checkUnnamed1594(core.List<core.Object> o) {
|
| +checkUnnamed1662(core.List<core.Object> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| var casted1 = (o[0]) as core.Map; unittest.expect(casted1, unittest.hasLength(3)); unittest.expect(casted1["list"], unittest.equals([1, 2, 3])); unittest.expect(casted1["bool"], unittest.equals(true)); unittest.expect(casted1["string"], unittest.equals('foo'));
|
| var casted2 = (o[1]) as core.Map; unittest.expect(casted2, unittest.hasLength(3)); unittest.expect(casted2["list"], unittest.equals([1, 2, 3])); unittest.expect(casted2["bool"], unittest.equals(true)); unittest.expect(casted2["string"], unittest.equals('foo'));
|
| @@ -420,7 +420,7 @@ buildInputInput() {
|
| var o = new api.InputInput();
|
| buildCounterInputInput++;
|
| if (buildCounterInputInput < 3) {
|
| - o.csvInstance = buildUnnamed1594();
|
| + o.csvInstance = buildUnnamed1662();
|
| }
|
| buildCounterInputInput--;
|
| return o;
|
| @@ -429,7 +429,7 @@ buildInputInput() {
|
| checkInputInput(api.InputInput o) {
|
| buildCounterInputInput++;
|
| if (buildCounterInputInput < 3) {
|
| - checkUnnamed1594(o.csvInstance);
|
| + checkUnnamed1662(o.csvInstance);
|
| }
|
| buildCounterInputInput--;
|
| }
|
| @@ -453,14 +453,14 @@ checkInput(api.Input o) {
|
| buildCounterInput--;
|
| }
|
|
|
| -buildUnnamed1595() {
|
| +buildUnnamed1663() {
|
| var o = new core.List<core.Object>();
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| return o;
|
| }
|
|
|
| -checkUnnamed1595(core.List<core.Object> o) {
|
| +checkUnnamed1663(core.List<core.Object> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| var casted3 = (o[0]) as core.Map; unittest.expect(casted3, unittest.hasLength(3)); unittest.expect(casted3["list"], unittest.equals([1, 2, 3])); unittest.expect(casted3["bool"], unittest.equals(true)); unittest.expect(casted3["string"], unittest.equals('foo'));
|
| var casted4 = (o[1]) as core.Map; unittest.expect(casted4, unittest.hasLength(3)); unittest.expect(casted4["list"], unittest.equals([1, 2, 3])); unittest.expect(casted4["bool"], unittest.equals(true)); unittest.expect(casted4["string"], unittest.equals('foo'));
|
| @@ -471,7 +471,7 @@ buildInsertTrainingInstances() {
|
| var o = new api.InsertTrainingInstances();
|
| buildCounterInsertTrainingInstances++;
|
| if (buildCounterInsertTrainingInstances < 3) {
|
| - o.csvInstance = buildUnnamed1595();
|
| + o.csvInstance = buildUnnamed1663();
|
| o.output = "foo";
|
| }
|
| buildCounterInsertTrainingInstances--;
|
| @@ -481,49 +481,49 @@ buildInsertTrainingInstances() {
|
| checkInsertTrainingInstances(api.InsertTrainingInstances o) {
|
| buildCounterInsertTrainingInstances++;
|
| if (buildCounterInsertTrainingInstances < 3) {
|
| - checkUnnamed1595(o.csvInstance);
|
| + checkUnnamed1663(o.csvInstance);
|
| unittest.expect(o.output, unittest.equals('foo'));
|
| }
|
| buildCounterInsertTrainingInstances--;
|
| }
|
|
|
| -buildUnnamed1596() {
|
| +buildUnnamed1664() {
|
| var o = new core.List<api.InsertTrainingInstances>();
|
| o.add(buildInsertTrainingInstances());
|
| o.add(buildInsertTrainingInstances());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1596(core.List<api.InsertTrainingInstances> o) {
|
| +checkUnnamed1664(core.List<api.InsertTrainingInstances> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInsertTrainingInstances(o[0]);
|
| checkInsertTrainingInstances(o[1]);
|
| }
|
|
|
| -buildUnnamed1597() {
|
| +buildUnnamed1665() {
|
| var o = new core.Map<core.String, core.double>();
|
| o["x"] = 42.0;
|
| o["y"] = 42.0;
|
| return o;
|
| }
|
|
|
| -checkUnnamed1597(core.Map<core.String, core.double> o) {
|
| +checkUnnamed1665(core.Map<core.String, core.double> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o["x"], unittest.equals(42.0));
|
| unittest.expect(o["y"], unittest.equals(42.0));
|
| }
|
|
|
| -buildUnnamed1598() {
|
| +buildUnnamed1666() {
|
| var o = new core.List<core.Map<core.String, core.double>>();
|
| - o.add(buildUnnamed1597());
|
| - o.add(buildUnnamed1597());
|
| + o.add(buildUnnamed1665());
|
| + o.add(buildUnnamed1665());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1598(core.List<core.Map<core.String, core.double>> o) {
|
| +checkUnnamed1666(core.List<core.Map<core.String, core.double>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed1597(o[0]);
|
| - checkUnnamed1597(o[1]);
|
| + checkUnnamed1665(o[0]);
|
| + checkUnnamed1665(o[1]);
|
| }
|
|
|
| core.int buildCounterInsert = 0;
|
| @@ -537,8 +537,8 @@ buildInsert() {
|
| o.storageDataLocation = "foo";
|
| o.storagePMMLLocation = "foo";
|
| o.storagePMMLModelLocation = "foo";
|
| - o.trainingInstances = buildUnnamed1596();
|
| - o.utility = buildUnnamed1598();
|
| + o.trainingInstances = buildUnnamed1664();
|
| + o.utility = buildUnnamed1666();
|
| }
|
| buildCounterInsert--;
|
| return o;
|
| @@ -553,8 +553,8 @@ checkInsert(api.Insert o) {
|
| unittest.expect(o.storageDataLocation, unittest.equals('foo'));
|
| unittest.expect(o.storagePMMLLocation, unittest.equals('foo'));
|
| unittest.expect(o.storagePMMLModelLocation, unittest.equals('foo'));
|
| - checkUnnamed1596(o.trainingInstances);
|
| - checkUnnamed1598(o.utility);
|
| + checkUnnamed1664(o.trainingInstances);
|
| + checkUnnamed1666(o.utility);
|
| }
|
| buildCounterInsert--;
|
| }
|
| @@ -627,14 +627,14 @@ checkInsert2(api.Insert2 o) {
|
| buildCounterInsert2--;
|
| }
|
|
|
| -buildUnnamed1599() {
|
| +buildUnnamed1667() {
|
| var o = new core.List<api.Insert2>();
|
| o.add(buildInsert2());
|
| o.add(buildInsert2());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1599(core.List<api.Insert2> o) {
|
| +checkUnnamed1667(core.List<api.Insert2> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInsert2(o[0]);
|
| checkInsert2(o[1]);
|
| @@ -645,7 +645,7 @@ buildList() {
|
| var o = new api.List();
|
| buildCounterList++;
|
| if (buildCounterList < 3) {
|
| - o.items = buildUnnamed1599();
|
| + o.items = buildUnnamed1667();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -657,7 +657,7 @@ buildList() {
|
| checkList(api.List o) {
|
| buildCounterList++;
|
| if (buildCounterList < 3) {
|
| - checkUnnamed1599(o.items);
|
| + checkUnnamed1667(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -686,14 +686,14 @@ checkOutputOutputMulti(api.OutputOutputMulti o) {
|
| buildCounterOutputOutputMulti--;
|
| }
|
|
|
| -buildUnnamed1600() {
|
| +buildUnnamed1668() {
|
| var o = new core.List<api.OutputOutputMulti>();
|
| o.add(buildOutputOutputMulti());
|
| o.add(buildOutputOutputMulti());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1600(core.List<api.OutputOutputMulti> o) {
|
| +checkUnnamed1668(core.List<api.OutputOutputMulti> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOutputOutputMulti(o[0]);
|
| checkOutputOutputMulti(o[1]);
|
| @@ -707,7 +707,7 @@ buildOutput() {
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.outputLabel = "foo";
|
| - o.outputMulti = buildUnnamed1600();
|
| + o.outputMulti = buildUnnamed1668();
|
| o.outputValue = "foo";
|
| o.selfLink = "foo";
|
| }
|
| @@ -721,21 +721,21 @@ checkOutput(api.Output o) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.outputLabel, unittest.equals('foo'));
|
| - checkUnnamed1600(o.outputMulti);
|
| + checkUnnamed1668(o.outputMulti);
|
| unittest.expect(o.outputValue, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| }
|
| buildCounterOutput--;
|
| }
|
|
|
| -buildUnnamed1601() {
|
| +buildUnnamed1669() {
|
| var o = new core.List<core.Object>();
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| o.add({'list' : [1, 2, 3], 'bool' : true, 'string' : 'foo'});
|
| return o;
|
| }
|
|
|
| -checkUnnamed1601(core.List<core.Object> o) {
|
| +checkUnnamed1669(core.List<core.Object> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| var casted5 = (o[0]) as core.Map; unittest.expect(casted5, unittest.hasLength(3)); unittest.expect(casted5["list"], unittest.equals([1, 2, 3])); unittest.expect(casted5["bool"], unittest.equals(true)); unittest.expect(casted5["string"], unittest.equals('foo'));
|
| var casted6 = (o[1]) as core.Map; unittest.expect(casted6, unittest.hasLength(3)); unittest.expect(casted6["list"], unittest.equals([1, 2, 3])); unittest.expect(casted6["bool"], unittest.equals(true)); unittest.expect(casted6["string"], unittest.equals('foo'));
|
| @@ -746,7 +746,7 @@ buildUpdate() {
|
| var o = new api.Update();
|
| buildCounterUpdate++;
|
| if (buildCounterUpdate < 3) {
|
| - o.csvInstance = buildUnnamed1601();
|
| + o.csvInstance = buildUnnamed1669();
|
| o.output = "foo";
|
| }
|
| buildCounterUpdate--;
|
| @@ -756,7 +756,7 @@ buildUpdate() {
|
| checkUpdate(api.Update o) {
|
| buildCounterUpdate++;
|
| if (buildCounterUpdate < 3) {
|
| - checkUnnamed1601(o.csvInstance);
|
| + checkUnnamed1669(o.csvInstance);
|
| unittest.expect(o.output, unittest.equals('foo'));
|
| }
|
| buildCounterUpdate--;
|
|
|