HHH-8961 corrected test failure

This commit is contained in:
Brett Meyer 2014-02-18 15:59:58 -05:00
parent ec5987278d
commit 0c0519ebb3
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ public class EntityCollectionInvalidationTestCase extends DualNodeTestCase {
if ( !event.isPre() ) {
CacheKey cacheKey = (CacheKey) event.getKey();
Integer primKey = (Integer) cacheKey.getKey();
String key = (String) cacheKey.getEntityOrRoleName() + '#' + primKey;
String key = (String) event.getCache().getName() + '#' + primKey;
log.debug( "MyListener[" + name + "] - Visiting key " + key );
// String name = fqn.toString();
String token = ".functional.";