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

Unified Diff: generated/googleapis/test/oauth2/v2_test.dart

Issue 2695743002: Api-roll 45: 2017-02-13 (Closed)
Patch Set: reverted local changes to pubspec file Created 3 years, 10 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
Index: generated/googleapis/test/oauth2/v2_test.dart
diff --git a/generated/googleapis/test/oauth2/v2_test.dart b/generated/googleapis/test/oauth2/v2_test.dart
index 90bad6395aad8e4e85eb1e9f71c14b2c0aea134f..55eae08fafb8f2eb463ae6276311fc52ac7e843d 100644
--- a/generated/googleapis/test/oauth2/v2_test.dart
+++ b/generated/googleapis/test/oauth2/v2_test.dart
@@ -80,14 +80,14 @@ checkJwkKeys(api.JwkKeys o) {
buildCounterJwkKeys--;
}
-buildUnnamed2779() {
+buildUnnamed2873() {
var o = new core.List<api.JwkKeys>();
o.add(buildJwkKeys());
o.add(buildJwkKeys());
return o;
}
-checkUnnamed2779(core.List<api.JwkKeys> o) {
+checkUnnamed2873(core.List<api.JwkKeys> o) {
unittest.expect(o, unittest.hasLength(2));
checkJwkKeys(o[0]);
checkJwkKeys(o[1]);
@@ -98,7 +98,7 @@ buildJwk() {
var o = new api.Jwk();
buildCounterJwk++;
if (buildCounterJwk < 3) {
- o.keys = buildUnnamed2779();
+ o.keys = buildUnnamed2873();
}
buildCounterJwk--;
return o;
@@ -107,7 +107,7 @@ buildJwk() {
checkJwk(api.Jwk o) {
buildCounterJwk++;
if (buildCounterJwk < 3) {
- checkUnnamed2779(o.keys);
+ checkUnnamed2873(o.keys);
}
buildCounterJwk--;
}
« no previous file with comments | « generated/googleapis/test/monitoring/v3_test.dart ('k') | generated/googleapis/test/pagespeedonline/v1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698