mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-03-06 09:49:53 +00:00
HHH-7156 Make Hibernate ORM compile and run tests using JDK 7 (and JDK 6)
This commit is contained in:
parent
b51b2ff4cb
commit
c943285bbd
@ -161,6 +161,7 @@ public void testPingDb() throws Exception {
|
||||
@Test
|
||||
public void testSingleUser() throws Exception {
|
||||
// setup
|
||||
sessionFactory().getStatistics().clear();
|
||||
Customer customer = createCustomer( 0 );
|
||||
final Integer customerId = customer.getId();
|
||||
getCustomerIDs().add( customerId );
|
||||
|
Loading…
x
Reference in New Issue
Block a user