Skip to content

Commit

Permalink
ISPN-5463 ClassCastException: org.infinispan.query.remote.indexing.Pr…
Browse files Browse the repository at this point in the history
…otobufValueWrapper cannot be cast to [B
  • Loading branch information
anistor committed May 28, 2015
1 parent 4a37550 commit 0b302fc
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -75,6 +75,7 @@ public void testEventFilter() throws Exception {

remoteCache.put("user_" + user1.getId(), user1);

assertEquals(1, remoteCache.size());
assertEquals(1, listener.created);

remoteCache.removeClientListener(listener);
Expand Down

0 comments on commit 0b302fc

Please sign in to comment.