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

(cherry picked from commit 9b0c3ba600)
This commit is contained in:
Gail Badner 2018-07-04 15:55:30 -07:00
parent 1bc9933c8d
commit c8bc082891
1 changed files with 0 additions and 1 deletions

View File

@ -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(