HHH-9344 Remove dead code from BatchTest

This commit is contained in:
Sanne Grinovero 2014-08-16 18:17:01 +01:00 committed by Andrea Boriero
parent 42cd3ff2cf
commit 067e38a78b
1 changed files with 0 additions and 1 deletions

View File

@ -83,7 +83,6 @@ public class BatchTest extends BaseCoreFunctionalTestCase {
@Test @Test
public void testBatchInsertUpdateSizeGtJdbcBatchSize() { public void testBatchInsertUpdateSizeGtJdbcBatchSize() {
long start = System.currentTimeMillis();
int batchSize = sessionFactory().getSettings().getJdbcBatchSize(); int batchSize = sessionFactory().getSettings().getJdbcBatchSize();
doBatchInsertUpdate( 50, batchSize + 1 ); doBatchInsertUpdate( 50, batchSize + 1 );
} }