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

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

Issue 2824163002: Api-roll 48: 2017-04-18 (Closed)
Patch Set: Revert changes to pubspecs Created 3 years, 8 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/compute/v1_test.dart ('k') | generated/googleapis/test/container/v1_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generated/googleapis/test/consumersurveys/v2_test.dart
diff --git a/generated/googleapis/test/consumersurveys/v2_test.dart b/generated/googleapis/test/consumersurveys/v2_test.dart
index 6f6edacbe169ae2cb3540534c5c9c01519c9db9d..7c0b37d6dee931c29a503527c9ea95a7fd570ce2 100644
--- a/generated/googleapis/test/consumersurveys/v2_test.dart
+++ b/generated/googleapis/test/consumersurveys/v2_test.dart
@@ -640,7 +640,6 @@ buildSurveysStartResponse() {
buildCounterSurveysStartResponse++;
if (buildCounterSurveysStartResponse < 3) {
o.requestId = "foo";
- o.resource = buildSurvey();
}
buildCounterSurveysStartResponse--;
return o;
@@ -650,7 +649,6 @@ checkSurveysStartResponse(api.SurveysStartResponse o) {
buildCounterSurveysStartResponse++;
if (buildCounterSurveysStartResponse < 3) {
unittest.expect(o.requestId, unittest.equals('foo'));
- checkSurvey(o.resource);
}
buildCounterSurveysStartResponse--;
}
@@ -661,7 +659,6 @@ buildSurveysStopResponse() {
buildCounterSurveysStopResponse++;
if (buildCounterSurveysStopResponse < 3) {
o.requestId = "foo";
- o.resource = buildSurvey();
}
buildCounterSurveysStopResponse--;
return o;
@@ -671,7 +668,6 @@ checkSurveysStopResponse(api.SurveysStopResponse o) {
buildCounterSurveysStopResponse++;
if (buildCounterSurveysStopResponse < 3) {
unittest.expect(o.requestId, unittest.equals('foo'));
- checkSurvey(o.resource);
}
buildCounterSurveysStopResponse--;
}
« no previous file with comments | « generated/googleapis/test/compute/v1_test.dart ('k') | generated/googleapis/test/container/v1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698