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

Unified Diff: generated/googleapis_beta/test/oslogin/v1alpha_test.dart

Issue 2987103002: Api-Roll 52: 2017-07-31 (Closed)
Patch Set: Created 3 years, 5 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_beta/test/oslogin/v1alpha_test.dart
diff --git a/generated/googleapis_beta/test/oslogin/v1alpha_test.dart b/generated/googleapis_beta/test/oslogin/v1alpha_test.dart
index 778af4403528d6f5c0bbbebf63404e3f92be76cd..3f4292eba0f3aa777453a9eebe2491297d383467 100644
--- a/generated/googleapis_beta/test/oslogin/v1alpha_test.dart
+++ b/generated/googleapis_beta/test/oslogin/v1alpha_test.dart
@@ -87,27 +87,27 @@ checkImportSshPublicKeyResponse(api.ImportSshPublicKeyResponse o) {
buildCounterImportSshPublicKeyResponse--;
}
-buildUnnamed3395() {
+buildUnnamed3392() {
var o = new core.List<api.PosixAccount>();
o.add(buildPosixAccount());
o.add(buildPosixAccount());
return o;
}
-checkUnnamed3395(core.List<api.PosixAccount> o) {
+checkUnnamed3392(core.List<api.PosixAccount> o) {
unittest.expect(o, unittest.hasLength(2));
checkPosixAccount(o[0]);
checkPosixAccount(o[1]);
}
-buildUnnamed3396() {
+buildUnnamed3393() {
var o = new core.Map<core.String, api.SshPublicKey>();
o["x"] = buildSshPublicKey();
o["y"] = buildSshPublicKey();
return o;
}
-checkUnnamed3396(core.Map<core.String, api.SshPublicKey> o) {
+checkUnnamed3393(core.Map<core.String, api.SshPublicKey> o) {
unittest.expect(o, unittest.hasLength(2));
checkSshPublicKey(o["x"]);
checkSshPublicKey(o["y"]);
@@ -119,8 +119,8 @@ buildLoginProfile() {
buildCounterLoginProfile++;
if (buildCounterLoginProfile < 3) {
o.name = "foo";
- o.posixAccounts = buildUnnamed3395();
- o.sshPublicKeys = buildUnnamed3396();
+ o.posixAccounts = buildUnnamed3392();
+ o.sshPublicKeys = buildUnnamed3393();
o.suspended = true;
}
buildCounterLoginProfile--;
@@ -131,8 +131,8 @@ checkLoginProfile(api.LoginProfile o) {
buildCounterLoginProfile++;
if (buildCounterLoginProfile < 3) {
unittest.expect(o.name, unittest.equals('foo'));
- checkUnnamed3395(o.posixAccounts);
- checkUnnamed3396(o.sshPublicKeys);
+ checkUnnamed3392(o.posixAccounts);
+ checkUnnamed3393(o.sshPublicKeys);
unittest.expect(o.suspended, unittest.isTrue);
}
buildCounterLoginProfile--;

Powered by Google App Engine
This is Rietveld 408576698