From f4214e85b17b4fd5ec5743115fbb277ce70a50ba Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Sun, 26 Aug 2012 12:40:49 +0200 Subject: [PATCH] Release 2.5.0 - Fixed "testCustomSQL()" integration test for Firebird --- jOOQ-test/src/org/jooq/test/_/testcases/PlainSQLTests.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/jOOQ-test/src/org/jooq/test/_/testcases/PlainSQLTests.java b/jOOQ-test/src/org/jooq/test/_/testcases/PlainSQLTests.java index 7c002a25b0..10f4712fb3 100644 --- a/jOOQ-test/src/org/jooq/test/_/testcases/PlainSQLTests.java +++ b/jOOQ-test/src/org/jooq/test/_/testcases/PlainSQLTests.java @@ -39,6 +39,7 @@ import static junit.framework.Assert.assertEquals; import static junit.framework.Assert.assertFalse; import static junit.framework.Assert.assertNotNull; import static junit.framework.Assert.assertTrue; +import static org.jooq.SQLDialect.FIREBIRD; import static org.jooq.impl.Factory.field; import static org.jooq.impl.Factory.fieldByName; import static org.jooq.impl.Factory.function; @@ -432,6 +433,12 @@ extends BaseTest