[hibernate-commits] [hibernate/hibernate-orm] b0ca1c: HHH-12306 - Fix org.hibernate.envers.test.integrat...

GitHub noreply at github.com
Mon Feb 19 10:14:25 EST 2018


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: b0ca1c54acbcf44752b94d91a93cf99c40a57197
      https://github.com/hibernate/hibernate-orm/commit/b0ca1c54acbcf44752b94d91a93cf99c40a57197
  Author: Jonathan Bregler <jonathan.bregler at 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.




More information about the hibernate-commits mailing list