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 class ConcurrentWriteTest extends SingleNodeTestCase {
|
||||||
@Test
|
@Test
|
||||||
public void testSingleUser() throws Exception {
|
public void testSingleUser() throws Exception {
|
||||||
// setup
|
// setup
|
||||||
|
sessionFactory().getStatistics().clear();
|
||||||
Customer customer = createCustomer( 0 );
|
Customer customer = createCustomer( 0 );
|
||||||
final Integer customerId = customer.getId();
|
final Integer customerId = customer.getId();
|
||||||
getCustomerIDs().add( customerId );
|
getCustomerIDs().add( customerId );
|
||||||
|
|
Loading…
Reference in New Issue