From 61e10b941ea2ea9df0234eceed90a5f93f8f5f32 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 1 Apr 2018 14:01:12 +0100 Subject: Updated compile flags --- libpqpp/unittests/testpq.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpqpp') diff --git a/libpqpp/unittests/testpq.cpp b/libpqpp/unittests/testpq.cpp index cfe7b11..56ab20f 100644 --- a/libpqpp/unittests/testpq.cpp +++ b/libpqpp/unittests/testpq.cpp @@ -463,7 +463,7 @@ BOOST_AUTO_TEST_CASE( largeBlob ) ro->execute("TRUNCATE TABLE blobtest"); AdHoc::FileUtils::MemMap f("/proc/self/exe"); DB::Blob blob(f.data, f.getStat().st_size); - BOOST_REQUIRE(blob.len > 200000); // Just assert the mapped file is actually "large" + BOOST_REQUIRE(blob.len > 140000); // Just assert the mapped file is actually "large" auto ins = ro->modify("INSERT INTO blobtest(data) VALUES(?)"); ins->bindParamBLOB(0, blob); ins->execute(); -- cgit v1.2.3