HHH-12746 : Remove assertion that hashCodes are not equal from test
(cherry picked from commit 9b0c3ba600
)
This commit is contained in:
parent
1bc9933c8d
commit
c8bc082891
|
@ -50,7 +50,6 @@ public class CacheKeyImplementationHashCodeTest {
|
|||
1, sessionFactory.getMetamodel().entityPersister( AnotherEntity.class ), sessionFactory
|
||||
);
|
||||
assertFalse( anEntityCacheKey.equals( anotherEntityCacheKey ) );
|
||||
assertNotEquals( anEntityCacheKey.hashCode(), anotherEntityCacheKey.hashCode() );
|
||||
}
|
||||
|
||||
private CacheKeyImplementation createCacheKeyImplementation(
|
||||
|
|
Loading…
Reference in New Issue