mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 00:24:57 +00:00
HHH-12746 : Remove assertion that hashCodes are not equal from test
This commit is contained in:
parent
b4762fd52c
commit
9b0c3ba600
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user