HHH-9010: Revert "HHH-8961 corrected test failure"

This reverts commit 64acebb5a9.
This commit is contained in:
Brett Meyer 2014-02-28 13:59:04 -05:00
parent 1a79515e3c
commit d25044a1ea
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 = event.getCache().getName() + '#' + primKey;
String key = cacheKey.getEntityOrRoleName() + '#' + primKey;
log.debug( "MyListener[" + name + "] - Visiting key " + key );
// String name = fqn.toString();
String token = ".functional.";