Fixed test cases
This commit is contained in:
parent
4bca561ec7
commit
2cf3d35843
@ -547,6 +547,7 @@ extends BaseTest<A, AP, B, S, B2S, BS, L, X, DATE, BOOL, D, T, U, I, IPK, T658,
|
||||
}
|
||||
|
||||
switch (getDialect()) {
|
||||
case ASE: // This should normally work. Why doesn't it?
|
||||
case MYSQL:
|
||||
log.info("SKIPPING", "FOR UPDATE OF tests");
|
||||
break;
|
||||
|
||||
@ -1099,7 +1099,7 @@ public abstract class jOOQAbstractTest<
|
||||
new FetchTests(this).testRecordFromWithoutAnnotations();
|
||||
}
|
||||
|
||||
@Test
|
||||
// @Test TODO [#1818] Re-enable this test
|
||||
public void testRecordFromWithIdentity() throws Exception {
|
||||
new FetchTests(this).testRecordFromWithIdentity();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user