| Index: impl/memory/datastore_index_test.go
|
| diff --git a/impl/memory/datastore_index_test.go b/impl/memory/datastore_index_test.go
|
| index 34fb269c8c952763d64c2dcad4648f8964f901ef..c36ca2e02aa3200b3de9c9886afec8ba207ebfc2 100644
|
| --- a/impl/memory/datastore_index_test.go
|
| +++ b/impl/memory/datastore_index_test.go
|
| @@ -9,12 +9,14 @@ import (
|
| "time"
|
|
|
| ds "github.com/luci/gae/service/datastore"
|
| + "github.com/luci/gae/service/datastore/serialize"
|
| "github.com/luci/gkvlite"
|
| . "github.com/smartystreets/goconvey/convey"
|
| )
|
|
|
| func init() {
|
| - indexCreationDeterministic = true
|
| + serializationDeterministic = true
|
| + serialize.WritePropertyMapDeterministic = true
|
| }
|
|
|
| var fakeKey = key("knd", 10, key("parentKind", "sid"))
|
|
|