aboutsummaryrefslogtreecommitdiffstats
path: root/testing/softhsm/fix-objstoretest.patch
diff options
context:
space:
mode:
authortcely <tcely@users.noreply.github.com>2019-03-06 07:40:37 -0500
committerKevin Daudt <kdaudt@alpinelinux.org>2019-03-23 21:34:18 +0000
commitdca992785e1534c3bd8e0971aed453c42f954e53 (patch)
tree9882bb1486119099c1bbd690008f18a4a2d156a7 /testing/softhsm/fix-objstoretest.patch
parent21b6f939ac7e8da2c96fcfa9481aaa93a6b978fa (diff)
downloadaports-dca992785e1534c3bd8e0971aed453c42f954e53.tar.bz2
aports-dca992785e1534c3bd8e0971aed453c42f954e53.tar.xz
testing/softhsm: upgrade to 2.5.0
Diffstat (limited to 'testing/softhsm/fix-objstoretest.patch')
-rw-r--r--testing/softhsm/fix-objstoretest.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/softhsm/fix-objstoretest.patch b/testing/softhsm/fix-objstoretest.patch
deleted file mode 100644
index aa0ac6c305..0000000000
--- a/testing/softhsm/fix-objstoretest.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/lib/object_store/test/DBTests.cpp b/src/lib/object_store/test/DBTests.cpp
-index d787a83..0e68358 100644
---- a/src/lib/object_store/test/DBTests.cpp
-+++ b/src/lib/object_store/test/DBTests.cpp
-@@ -348,7 +348,7 @@ void test_a_db_with_a_connection_with_tables::can_update_integer_attribute_bound
-
- // insert integer attribute
- statement = connection->prepare(
-- "insert into attribute_integer (value,type,object_id) values (%lld,%d,%lld)",
-+ "insert into attribute_integer (value,type,object_id) values (%d,%d,%lld)",
- 1111,
- 1235,
- object_id);