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

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

Issue 2779563003: Api-roll 47: 2017-03-27 (Closed)
Patch Set: Created 3 years, 9 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 49099f06bd14de5bf60b9237931de939a3f22b06..47fc4c062f1400a35ba87ebe72fb7aafdaf1d1b6 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--;
}
-buildUnnamed2697() {
+buildUnnamed2802() {
var o = new core.List<api.JwkKeys>();
o.add(buildJwkKeys());
o.add(buildJwkKeys());
return o;
}
-checkUnnamed2697(core.List<api.JwkKeys> o) {
+checkUnnamed2802(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 = buildUnnamed2697();
+ o.keys = buildUnnamed2802();
}
buildCounterJwk--;
return o;
@@ -107,7 +107,7 @@ buildJwk() {
checkJwk(api.Jwk o) {
buildCounterJwk++;
if (buildCounterJwk < 3) {
- checkUnnamed2697(o.keys);
+ checkUnnamed2802(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