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

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

Issue 1797933002: Api-roll 33: 2016-03-14 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Added resources/*/CHANGELOG.md, addresssed comments Created 4 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/games/v1_test.dart
diff --git a/generated/googleapis/test/games/v1_test.dart b/generated/googleapis/test/games/v1_test.dart
index 8e8600a56c03400d439422c5c9f4689f4e1beefd..1e4aad6658b74cd7256edbdad616d7d390d1c486 100644
--- a/generated/googleapis/test/games/v1_test.dart
+++ b/generated/googleapis/test/games/v1_test.dart
@@ -502,6 +502,7 @@ buildApplicationVerifyResponse() {
var o = new api.ApplicationVerifyResponse();
buildCounterApplicationVerifyResponse++;
if (buildCounterApplicationVerifyResponse < 3) {
+ o.alternatePlayerId = "foo";
o.kind = "foo";
o.playerId = "foo";
}
@@ -512,6 +513,7 @@ buildApplicationVerifyResponse() {
checkApplicationVerifyResponse(api.ApplicationVerifyResponse o) {
buildCounterApplicationVerifyResponse++;
if (buildCounterApplicationVerifyResponse < 3) {
+ unittest.expect(o.alternatePlayerId, unittest.equals('foo'));
unittest.expect(o.kind, unittest.equals('foo'));
unittest.expect(o.playerId, unittest.equals('foo'));
}

Powered by Google App Engine
This is Rietveld 408576698