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

Unified Diff: go/src/infra/gae/libs/gae/helper/serialize_test.go

Issue 1227183003: Change RawDatastore to do less reflection. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@move_dummy
Patch Set: fix No/ShouldIndex Created 5 years, 5 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 | « go/src/infra/gae/libs/gae/helper/serialize.go ('k') | go/src/infra/gae/libs/gae/memory/datastore_query.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/gae/libs/gae/helper/serialize_test.go
diff --git a/go/src/infra/gae/libs/gae/helper/serialize_test.go b/go/src/infra/gae/libs/gae/helper/serialize_test.go
index cd64a4f1f9664daead587e51e7f9b8a119ba77c3..17aae14bc4f095b3009f947ef87086be507ad4f6 100644
--- a/go/src/infra/gae/libs/gae/helper/serialize_test.go
+++ b/go/src/infra/gae/libs/gae/helper/serialize_test.go
@@ -32,7 +32,7 @@ func TestDSPropertyMapSerialization(t *testing.T) {
{
"basic",
gae.DSPropertyMap{
- "R": {mp(false), mp(2.1), mp(3, true)},
+ "R": {mp(false), mp(2.1), mpNI(3)},
"S": {mp("hello"), mp("world")},
},
},
« no previous file with comments | « go/src/infra/gae/libs/gae/helper/serialize.go ('k') | go/src/infra/gae/libs/gae/memory/datastore_query.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698