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

Unified Diff: test/datastore/e2e/utils.dart

Issue 2285803002: Upgrade to use stable `package:googleapis/v1.dart` of datastore (Closed) Base URL: git@github.com:dart-lang/gcloud.git@master
Patch Set: Update upper constraint on http_parser Created 4 years, 4 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 | « test/datastore/e2e/datastore_test_impl.dart ('k') | test/db/e2e/db_test_impl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/datastore/e2e/utils.dart
diff --git a/test/datastore/e2e/utils.dart b/test/datastore/e2e/utils.dart
index cf5ca730b1825376c65f8bdc990430405188348d..39a787c3586194b21eb086356b3a80b04b01f49a 100644
--- a/test/datastore/e2e/utils.dart
+++ b/test/datastore/e2e/utils.dart
@@ -70,6 +70,7 @@ List<Entity> buildEntityWithAllProperties(
Map<String, String> buildProperties(int i) {
return {
+ 'nullValue' : null,
'boolProperty' : true,
'intProperty' : 42,
'doubleProperty' : 4.2,
« no previous file with comments | « test/datastore/e2e/datastore_test_impl.dart ('k') | test/db/e2e/db_test_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698