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

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

Issue 2571553005: Api-roll 43: 2016-12-13 (Closed)
Patch Set: Created 4 years 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 52843975767aff4cf009134d9a7d7cb2fc8edf4a..96192ebebe0c813589356278ef292304a05c837c 100644
--- a/generated/googleapis/test/licensing/v1_test.dart
+++ b/generated/googleapis/test/licensing/v1_test.dart
@@ -99,14 +99,14 @@ checkLicenseAssignmentInsert(api.LicenseAssignmentInsert o) {
buildCounterLicenseAssignmentInsert--;
}
-buildUnnamed2133() {
+buildUnnamed1904() {
var o = new core.List<api.LicenseAssignment>();
o.add(buildLicenseAssignment());
o.add(buildLicenseAssignment());
return o;
}
-checkUnnamed2133(core.List<api.LicenseAssignment> o) {
+checkUnnamed1904(core.List<api.LicenseAssignment> o) {
unittest.expect(o, unittest.hasLength(2));
checkLicenseAssignment(o[0]);
checkLicenseAssignment(o[1]);
@@ -118,7 +118,7 @@ buildLicenseAssignmentList() {
buildCounterLicenseAssignmentList++;
if (buildCounterLicenseAssignmentList < 3) {
o.etag = "foo";
- o.items = buildUnnamed2133();
+ o.items = buildUnnamed1904();
o.kind = "foo";
o.nextPageToken = "foo";
}
@@ -130,7 +130,7 @@ checkLicenseAssignmentList(api.LicenseAssignmentList o) {
buildCounterLicenseAssignmentList++;
if (buildCounterLicenseAssignmentList < 3) {
unittest.expect(o.etag, unittest.equals('foo'));
- checkUnnamed2133(o.items);
+ checkUnnamed1904(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