Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rpm-software-management/createrepo_c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Mlcoch <tmlcoch@redhat.com>2014-06-26 17:41:14 +0400
committerTomas Mlcoch <tmlcoch@redhat.com>2014-06-26 17:41:14 +0400
commitd43f9606201a3c42c63b006a896c0a072973c8c9 (patch)
tree9106ecd317b91584e1ee4b1cef4c3f2e45d5450e
parentfec17767b0827957fd768bc1f0847433abd9f0b1 (diff)
tests: Fix C test for sqlite module0.4.1
-rw-r--r--tests/test_sqlite.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_sqlite.c b/tests/test_sqlite.c
index 421f8e4..d2aa44f 100644
--- a/tests/test_sqlite.c
+++ b/tests/test_sqlite.c
@@ -321,7 +321,8 @@ test_all(TestData *testdata, gconstpointer test_data)
// Load package
cr_package_parser_init();
- pkg = cr_package_from_rpm(EMPTY_PKG, CR_CHECKSUM_SHA256, EMPTY_PKG, NULL, 5, NULL, NULL);
+ pkg = cr_package_from_rpm(EMPTY_PKG, CR_CHECKSUM_SHA256, EMPTY_PKG, NULL,
+ 5, NULL, CR_HDRR_NONE, NULL);
g_assert(pkg);
cr_package_parser_cleanup();