Added missing test flag

This commit is contained in:
Lukas Eder 2011-09-03 11:05:10 +00:00
parent 031f262713
commit bb72a3f4ee

View File

@ -6947,6 +6947,7 @@ public abstract class jOOQAbstractTest<
@Test
public void testLoader() throws Exception {
reset = false;
connection.setAutoCommit(false);
Field<Integer> count = create().count();