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