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

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

Issue 2731933004: Remove FilterRelation.In / "property IN" queries, upgrade googleapis{,_beta} dependencies (Closed)
Patch Set: add pubspec.yaml update Created 3 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
« no previous file with comments | « test/common_e2e.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/datastore_test_impl.dart
diff --git a/test/datastore/e2e/datastore_test_impl.dart b/test/datastore/e2e/datastore_test_impl.dart
index b917d1d58ca8a988dcbe5b4aadaa751c892a65a5..8704adf994bdf3925a802022569b284bddc939f6 100644
--- a/test/datastore/e2e/datastore_test_impl.dart
+++ b/test/datastore/e2e/datastore_test_impl.dart
@@ -737,7 +737,7 @@ runTests(Datastore datastore, String namespace) {
new Filter(FilterRelation.LessThan, QUERY_KEY, QUERY_UPPER_BOUND),
];
var listFilters = [
- new Filter(FilterRelation.In, TEST_LIST_PROPERTY, [QUERY_LIST_ENTRY])
+ new Filter(FilterRelation.Equal, TEST_LIST_PROPERTY, QUERY_LIST_ENTRY)
];
var indexedPropertyFilter = [
new Filter(FilterRelation.Equal,
« no previous file with comments | « test/common_e2e.dart ('k') | test/db/e2e/db_test_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698