Author: Andreas Tille <tille@debian.org>
Last-Update: Sat, 21 Jun 2014 08:09:49 +0200
Description: The package is not build against the included sqlite
 version but rather against the Debian packaged version.  So it makes
 no sense to check the included version number

--- a/inst/UnitTests/dbGetInfo_test.R
+++ b/inst/UnitTests/dbGetInfo_test.R
@@ -6,7 +6,7 @@ test_dbGetInfo_connection <- function()
     info <- dbGetInfo(db)
     checkEquals(6L, length(info))
     checkEquals(":memory:", info[["dbname"]])
-    checkEquals("3.7.17", info[["serverVersion"]])
+    # checkEquals("3.7.17", info[["serverVersion"]])
     checkEquals(integer(0), info[["rsId"]])
     checkEquals("on", info[["loadableExtensions"]])
     checkEquals(SQLITE_RWC, info[["flags"]])
