From 3d6c1f2e2da390de6482586cd6bf6ed515fc7f8b Mon Sep 17 00:00:00 2001 From: ticktock Date: Thu, 30 Sep 2010 19:13:19 -0400 Subject: [PATCH] Map Spec --- .../src/test/scala/MapStorageBackendTest.scala | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/akka-persistence/akka-persistence-common/src/test/scala/MapStorageBackendTest.scala b/akka-persistence/akka-persistence-common/src/test/scala/MapStorageBackendTest.scala index f2203cd282..2021c1d3aa 100644 --- a/akka-persistence/akka-persistence-common/src/test/scala/MapStorageBackendTest.scala +++ b/akka-persistence/akka-persistence-common/src/test/scala/MapStorageBackendTest.scala @@ -141,11 +141,16 @@ trait MapStorageBackendTest extends Spec with ShouldMatchers with BeforeAndAfter //implement if this method will be used } + + it("should return Some(null), not None, for a key that has had the value null set?") { + + } + it("should not throw an exception when size is called on a non existent map?") { storage.getMapStorageSizeFor("nonExistent") should be(0) } - + } } \ No newline at end of file