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
path: root/tests
diff options
context:
space:
mode:
authorAleš Matěj <amatej@redhat.com>2019-04-30 16:40:56 +0300
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>2019-05-02 15:30:04 +0300
commit4765e98a46d28b6eedb996097a840cbe14926d57 (patch)
tree8a2cd173d5b4985ce94330070530526733c61bab /tests
parent7946014ba1db98b554523e5cfeab3c077a39f998 (diff)
Improve error and memory handling with libmodulemd
Also move two modulemd functions to prevent compiler warnings (implicit declaration)
Diffstat (limited to 'tests')
-rw-r--r--tests/test_load_metadata.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_load_metadata.c b/tests/test_load_metadata.c
index 4514c14..cf0f5cc 100644
--- a/tests/test_load_metadata.c
+++ b/tests/test_load_metadata.c
@@ -121,7 +121,6 @@ static void test_cr_metadata_locate_and_load_xml(void)
g_autoptr (GError) err = NULL;
ml = cr_locate_metadata(TEST_REPO_03, TRUE, &err);
- g_assert_null (ml);
g_assert_error (err, CREATEREPO_C_ERROR, CRE_MODULEMD);
#endif /* WITH_LIBMODULEMD */
}