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

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

Issue 904493003: API roll 11 v2: 2015-02-06 (Closed) Base URL: https://github.com/dart-lang/googleapis.git@master
Patch Set: Created 5 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 e3e651d408bdc0e386dcaeb9c2902e397f0e11dd..dae606ab8ba68c5cecf7cfa0730272380e716588 100644
--- a/generated/googleapis/test/oauth2/v2_test.dart
+++ b/generated/googleapis/test/oauth2/v2_test.dart
@@ -45,14 +45,14 @@ checkJwkKeys(api.JwkKeys o) {
buildCounterJwkKeys--;
}
-buildUnnamed1231() {
+buildUnnamed1234() {
var o = new core.List<api.JwkKeys>();
o.add(buildJwkKeys());
o.add(buildJwkKeys());
return o;
}
-checkUnnamed1231(core.List<api.JwkKeys> o) {
+checkUnnamed1234(core.List<api.JwkKeys> o) {
unittest.expect(o, unittest.hasLength(2));
checkJwkKeys(o[0]);
checkJwkKeys(o[1]);
@@ -63,7 +63,7 @@ buildJwk() {
var o = new api.Jwk();
buildCounterJwk++;
if (buildCounterJwk < 3) {
- o.keys = buildUnnamed1231();
+ o.keys = buildUnnamed1234();
}
buildCounterJwk--;
return o;
@@ -72,7 +72,7 @@ buildJwk() {
checkJwk(api.Jwk o) {
buildCounterJwk++;
if (buildCounterJwk < 3) {
- checkUnnamed1231(o.keys);
+ checkUnnamed1234(o.keys);
}
buildCounterJwk--;
}
« no previous file with comments | « generated/googleapis/test/mirror/v1_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