Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: b0ca1c54acbcf44752b94d91a93cf99c40a57197
https://github.com/hibernate/hibernate-orm/commit/b0ca1c54acbcf44752b94d9...
Author: Jonathan Bregler <jonathan.bregler(a)sap.com>
Date: 2018-02-19 (Mon, 19 Feb 2018)
Changed paths:
M
hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/MappedByEmbeddableAttributeTest.java
Log Message:
-----------
HHH-12306 - Fix
org.hibernate.envers.test.integration.manytomany.MappedByEmbeddableAttributeTest on HANA
- The order of the elements in Container#bList is undefined on the database
side. This fix adds a hasItem matcher instead of explicitly checking each item
of the list which depends on the order of the elements.