-
Bug
-
Resolution: Done
-
Major
-
4.0.0.ALPHA6
-
None
-
Low
Tests like this fail because the key being looked up hasn't been wrapped around a MarshalledValue, which should the job of MarshalledValueInterceptor.visitEvictCommand override:
public void testEvictMarshalledValue()
{ Pojo pojo = new Pojo(); cache1.put(pojo, pojo); cache1.evict(pojo); assert !cache1.containsKey(pojo); }