Added issue id marker

This commit is contained in:
lukaseder 2013-09-12 18:13:50 +02:00
parent 5383eccd97
commit c3a4286c45

View File

@ -1628,7 +1628,7 @@ public abstract class jOOQAbstractTest<
new InsertUpdateTests(this).testInsertReturning();
}
// @Test
// @Test [#2374]
public void testInsertReturningWithPlainSQL() throws Exception {
new InsertUpdateTests(this).testInsertReturningWithPlainSQL();
}