Repository: zest-java Updated Branches: refs/heads/develop acfef9239 -> 9db550ef5
Removed a little bit too much in previous commit. Project: http://git-wip-us.apache.org/repos/asf/zest-java/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-java/commit/9db550ef Tree: http://git-wip-us.apache.org/repos/asf/zest-java/tree/9db550ef Diff: http://git-wip-us.apache.org/repos/asf/zest-java/diff/9db550ef Branch: refs/heads/develop Commit: 9db550ef5a7284c32774d4268e7d2ef438ecd02d Parents: acfef92 Author: Niclas Hedhman <[email protected]> Authored: Mon Oct 24 09:18:10 2016 +0800 Committer: Niclas Hedhman <[email protected]> Committed: Mon Oct 24 09:18:10 2016 +0800 ---------------------------------------------------------------------- .../test/performance/entitystore/memory/MemoryEntityStoreTest.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-java/blob/9db550ef/core/runtime/src/test/java/org/apache/zest/test/performance/entitystore/memory/MemoryEntityStoreTest.java ---------------------------------------------------------------------- diff --git a/core/runtime/src/test/java/org/apache/zest/test/performance/entitystore/memory/MemoryEntityStoreTest.java b/core/runtime/src/test/java/org/apache/zest/test/performance/entitystore/memory/MemoryEntityStoreTest.java index dcef40b..9ce6e46 100644 --- a/core/runtime/src/test/java/org/apache/zest/test/performance/entitystore/memory/MemoryEntityStoreTest.java +++ b/core/runtime/src/test/java/org/apache/zest/test/performance/entitystore/memory/MemoryEntityStoreTest.java @@ -43,6 +43,7 @@ public class MemoryEntityStoreTest { super.assemble( module ); + module.services( MemoryEntityStoreService.class ); module.services( OrgJsonValueSerializationService.class ).taggedWith( ValueSerialization.Formats.JSON ); module.importedServices( StatePrinter.class ).importedBy( NEW_OBJECT ); module.objects( StatePrinter.class );
