HHH-8961 corrected test failure
This commit is contained in:
parent
ec5987278d
commit
0c0519ebb3
|
@ -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.";
|
||||
|
|
Loading…
Reference in New Issue