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

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

Issue 2571553005: Api-roll 43: 2016-12-13 (Closed)
Patch Set: Created 4 years 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/drive/v3_test.dart ('k') | generated/googleapis/test/firebaserules/v1_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generated/googleapis/test/firebasedynamiclinks/v1_test.dart
diff --git a/generated/googleapis/test/firebasedynamiclinks/v1_test.dart b/generated/googleapis/test/firebasedynamiclinks/v1_test.dart
index f0023db2b4ece7d6492bb8ce5c56af7234b2cfa9..4fd0a7081784dcf7029233b738f9c27d1bbc4399 100644
--- a/generated/googleapis/test/firebasedynamiclinks/v1_test.dart
+++ b/generated/googleapis/test/firebasedynamiclinks/v1_test.dart
@@ -120,14 +120,14 @@ checkCreateShortDynamicLinkRequest(api.CreateShortDynamicLinkRequest o) {
buildCounterCreateShortDynamicLinkRequest--;
}
-buildUnnamed2171() {
+buildUnnamed1942() {
var o = new core.List<api.DynamicLinkWarning>();
o.add(buildDynamicLinkWarning());
o.add(buildDynamicLinkWarning());
return o;
}
-checkUnnamed2171(core.List<api.DynamicLinkWarning> o) {
+checkUnnamed1942(core.List<api.DynamicLinkWarning> o) {
unittest.expect(o, unittest.hasLength(2));
checkDynamicLinkWarning(o[0]);
checkDynamicLinkWarning(o[1]);
@@ -140,7 +140,7 @@ buildCreateShortDynamicLinkResponse() {
if (buildCounterCreateShortDynamicLinkResponse < 3) {
o.previewLink = "foo";
o.shortLink = "foo";
- o.warning = buildUnnamed2171();
+ o.warning = buildUnnamed1942();
}
buildCounterCreateShortDynamicLinkResponse--;
return o;
@@ -151,7 +151,7 @@ checkCreateShortDynamicLinkResponse(api.CreateShortDynamicLinkResponse o) {
if (buildCounterCreateShortDynamicLinkResponse < 3) {
unittest.expect(o.previewLink, unittest.equals('foo'));
unittest.expect(o.shortLink, unittest.equals('foo'));
- checkUnnamed2171(o.warning);
+ checkUnnamed1942(o.warning);
}
buildCounterCreateShortDynamicLinkResponse--;
}
@@ -165,7 +165,6 @@ buildDynamicLinkInfo() {
o.androidInfo = buildAndroidInfo();
o.dynamicLinkDomain = "foo";
o.iosInfo = buildIosInfo();
- o.isAd = true;
o.link = "foo";
o.socialMetaTagInfo = buildSocialMetaTagInfo();
}
@@ -180,7 +179,6 @@ checkDynamicLinkInfo(api.DynamicLinkInfo o) {
checkAndroidInfo(o.androidInfo);
unittest.expect(o.dynamicLinkDomain, unittest.equals('foo'));
checkIosInfo(o.iosInfo);
- unittest.expect(o.isAd, unittest.isTrue);
unittest.expect(o.link, unittest.equals('foo'));
checkSocialMetaTagInfo(o.socialMetaTagInfo);
}
« no previous file with comments | « generated/googleapis/test/drive/v3_test.dart ('k') | generated/googleapis/test/firebaserules/v1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698