[#800] Add support for Sybase Adaptive Server Enterprise - fixed some integration tests

This commit is contained in:
Lukas Eder 2011-09-06 21:06:25 +00:00
parent 02a4ace239
commit 6c15d5ae47

View File

@ -4282,7 +4282,10 @@ public abstract class jOOQAbstractTest<
@Test
public void testNaturalJoin() throws Exception {
// TODO [#577] Simulate this
switch (getDialect()) {
case ASE:
case DB2:
case INGRES:
case SQLSERVER:
@ -4341,7 +4344,10 @@ public abstract class jOOQAbstractTest<
@Test
public void testJoinUsing() throws Exception {
// TODO [#582] Simulate this
switch (getDialect()) {
case ASE:
case DB2:
case H2:
case SQLSERVER: