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

Unified Diff: generated/googleapis/test/licensing/v1_test.dart

Issue 2824163002: Api-roll 48: 2017-04-18 (Closed)
Patch Set: Revert changes to pubspecs Created 3 years, 8 months 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
« no previous file with comments | « generated/googleapis/test/language/v1_test.dart ('k') | generated/googleapis/test/logging/v2_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generated/googleapis/test/licensing/v1_test.dart
diff --git a/generated/googleapis/test/licensing/v1_test.dart b/generated/googleapis/test/licensing/v1_test.dart
index 467db26796e8a53f9591013bfdbbab90153753fe..c4e5812051c08a3a75c6f3d529161569bb566e63 100644
--- a/generated/googleapis/test/licensing/v1_test.dart
+++ b/generated/googleapis/test/licensing/v1_test.dart
@@ -103,14 +103,14 @@ checkLicenseAssignmentInsert(api.LicenseAssignmentInsert o) {
buildCounterLicenseAssignmentInsert--;
}
-buildUnnamed1872() {
+buildUnnamed1884() {
var o = new core.List<api.LicenseAssignment>();
o.add(buildLicenseAssignment());
o.add(buildLicenseAssignment());
return o;
}
-checkUnnamed1872(core.List<api.LicenseAssignment> o) {
+checkUnnamed1884(core.List<api.LicenseAssignment> o) {
unittest.expect(o, unittest.hasLength(2));
checkLicenseAssignment(o[0]);
checkLicenseAssignment(o[1]);
@@ -122,7 +122,7 @@ buildLicenseAssignmentList() {
buildCounterLicenseAssignmentList++;
if (buildCounterLicenseAssignmentList < 3) {
o.etag = "foo";
- o.items = buildUnnamed1872();
+ o.items = buildUnnamed1884();
o.kind = "foo";
o.nextPageToken = "foo";
}
@@ -134,7 +134,7 @@ checkLicenseAssignmentList(api.LicenseAssignmentList o) {
buildCounterLicenseAssignmentList++;
if (buildCounterLicenseAssignmentList < 3) {
unittest.expect(o.etag, unittest.equals('foo'));
- checkUnnamed1872(o.items);
+ checkUnnamed1884(o.items);
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
« no previous file with comments | « generated/googleapis/test/language/v1_test.dart ('k') | generated/googleapis/test/logging/v2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698