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

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

Issue 2039113004: Api-roll 37: 2016-06-06 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « generated/googleapis/test/gmail/v1_test.dart ('k') | generated/googleapis/test/iam/v1_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generated/googleapis/test/groupssettings/v1_test.dart
diff --git a/generated/googleapis/test/groupssettings/v1_test.dart b/generated/googleapis/test/groupssettings/v1_test.dart
index d2c8557ebdaf6f6e49805918ed49068630cf28b9..f84790620e811cb8a13e0a4a8b8350a93bae3ff7 100644
--- a/generated/googleapis/test/groupssettings/v1_test.dart
+++ b/generated/googleapis/test/groupssettings/v1_test.dart
@@ -60,10 +60,12 @@ buildGroups() {
o.allowGoogleCommunication = "foo";
o.allowWebPosting = "foo";
o.archiveOnly = "foo";
+ o.customFooterText = "foo";
o.customReplyTo = "foo";
o.defaultMessageDenyNotificationText = "foo";
o.description = "foo";
o.email = "foo";
+ o.includeCustomFooter = "foo";
o.includeInGlobalAddressList = "foo";
o.isArchived = "foo";
o.kind = "foo";
@@ -97,10 +99,12 @@ checkGroups(api.Groups o) {
unittest.expect(o.allowGoogleCommunication, unittest.equals('foo'));
unittest.expect(o.allowWebPosting, unittest.equals('foo'));
unittest.expect(o.archiveOnly, unittest.equals('foo'));
+ unittest.expect(o.customFooterText, unittest.equals('foo'));
unittest.expect(o.customReplyTo, unittest.equals('foo'));
unittest.expect(o.defaultMessageDenyNotificationText, unittest.equals('foo'));
unittest.expect(o.description, unittest.equals('foo'));
unittest.expect(o.email, unittest.equals('foo'));
+ unittest.expect(o.includeCustomFooter, unittest.equals('foo'));
unittest.expect(o.includeInGlobalAddressList, unittest.equals('foo'));
unittest.expect(o.isArchived, unittest.equals('foo'));
unittest.expect(o.kind, unittest.equals('foo'));
« no previous file with comments | « generated/googleapis/test/gmail/v1_test.dart ('k') | generated/googleapis/test/iam/v1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698