Fixed test cases

This commit is contained in:
Lukas Eder 2012-10-26 12:49:45 +02:00
parent 4bca561ec7
commit 2cf3d35843
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -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();
}