[#430] Add support for the Firebird database - Skip testSchemaMapping()

integration test
This commit is contained in:
Lukas Eder 2012-08-24 11:20:44 +02:00
parent 47111bd0f3
commit 1c246e81e4

View File

@ -156,6 +156,7 @@ extends BaseTest<A, AP, B, S, B2S, BS, L, X, DATE, BOOL, D, T, U, I, IPK, T658,
@Test
public void testSchemaMapping() throws Exception {
switch (getDialect()) {
case FIREBIRD:
case SQLITE:
log.info("SKIPPING", "SchemaMapping tests");
return;