HHH-12746 : Remove assertion that hashCodes are not equal from test

This commit is contained in:
Gail Badner 2018-07-04 15:55:30 -07:00
parent b4762fd52c
commit 9b0c3ba600

View File

@ -50,7 +50,6 @@ public void test() {
1, sessionFactory.getMetamodel().entityPersister( AnotherEntity.class ), sessionFactory
);
assertFalse( anEntityCacheKey.equals( anotherEntityCacheKey ) );
assertNotEquals( anEntityCacheKey.hashCode(), anotherEntityCacheKey.hashCode() );
}
private CacheKeyImplementation createCacheKeyImplementation(