[gexiv2] test: Add canary test for Issue #27



commit 4f36a7a2858e74a572601a68ddd95c7f1cb9cee9
Author: Jens Georg <mail jensge org>
Date:   Tue Jan 8 23:09:36 2019 +0100

    test: Add canary test for Issue #27

 test/gexiv2-regression.c | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/test/gexiv2-regression.c b/test/gexiv2-regression.c
index 1fd5444..1d5ae67 100644
--- a/test/gexiv2-regression.c
+++ b/test/gexiv2-regression.c
@@ -265,6 +265,11 @@ static void test_ggo_xx(void)
     g_free (comment);
 }
 
+static void test_ggo_27(void)
+{
+    gexiv2_metadata_register_xmp_namespace ("gnome", "http://www.gnome.org/xmp";);
+}
+
 int main(int argc, char *argv[static argc + 1])
 {
     g_test_init(&argc, &argv, NULL);
@@ -275,6 +280,7 @@ int main(int argc, char *argv[static argc + 1])
     g_test_add_func("/bugs/gnome/gitlab/31", test_ggo_31);
     g_test_add_func("/bugs/gnome/gitlab/32", test_ggo_32);
     g_test_add_func("/bugs/gnome/gitlab/33", test_ggo_33);
+    g_test_add_func("/bugs/gnome/gitlab/27", test_ggo_27);
     g_test_add_func("/bugs/gnome/gitlab/xx", test_ggo_xx);
 
     return g_test_run();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]