diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2017-01-05 12:58:26 +0100 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2017-01-05 13:00:40 +0100 |
commit | 860ecb9e583627ab43097784ad98b41afd983ff6 (patch) | |
tree | 23c44c69ee83d1b0937b6e84eebf3ea527d3778a /dbaccess | |
parent | bfa5bdf415fb9765139cc4d1eb040132ee484946 (diff) |
require firebird 3.0 for build (don't allow 2.5)
Keep firebird_integer_x64le.odb around for a future 3.x firebird that
will allow opening Firebird 2.5 databases, so that we can test this
capacity in our tests.
Change-Id: I05dbef51284bdb25132ff6cb661659430eea6a92
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/qa/unit/firebird.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dbaccess/qa/unit/firebird.cxx b/dbaccess/qa/unit/firebird.cxx index e031e16a3494..16a4fb60e800 100644 --- a/dbaccess/qa/unit/firebird.cxx +++ b/dbaccess/qa/unit/firebird.cxx @@ -66,11 +66,7 @@ void FirebirdTest::testEmptyDBConnection() void FirebirdTest::testIntegerDatabase() { uno::Reference< XOfficeDatabaseDocument > xDocument = -#if HAVE_FIREBIRD_30 getDocumentForFileName("firebird_integer_x64le_ods12.odb"); -#else - getDocumentForFileName("firebird_integer_x64le.odb"); -#endif uno::Reference< XConnection > xConnection = getConnectionForDocument(xDocument); |