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

integration test
This commit is contained in:
Lukas Eder 2012-08-24 11:20:18 +02:00
parent 88de2f62da
commit 47111bd0f3

View File

@ -94,6 +94,7 @@ extends BaseTest<A, AP, B, S, B2S, BS, L, X, DATE, BOOL, D, T, U, I, IPK, T658,
public void testUse() throws Exception {
switch (getDialect()) {
case ASE:
case FIREBIRD:
case SQLITE:
case SQLSERVER:
log.info("SKIPPING", "USE test");