From 860ecb9e583627ab43097784ad98b41afd983ff6 Mon Sep 17 00:00:00 2001 From: Lionel Elie Mamane Date: Thu, 5 Jan 2017 12:58:26 +0100 Subject: 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 --- dbaccess/qa/unit/firebird.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'dbaccess') 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); -- cgit