This commit is contained in:
ticktock 2010-09-30 19:13:19 -04:00
parent 3a0e1810a0
commit 3d6c1f2e2d

View file

@ -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)
}
}
}