[gnome-software] Update test results for SPDX license links



commit 7c7cbfc7d831fbe0168547ef657d40db5a6d359c
Author: Kalev Lember <kalevlember gmail com>
Date:   Thu May 29 22:25:58 2014 +0200

    Update test results for SPDX license links

 src/gs-self-test.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-self-test.c b/src/gs-self-test.c
index 00dc670..960e6d6 100644
--- a/src/gs-self-test.c
+++ b/src/gs-self-test.c
@@ -542,7 +542,7 @@ gs_plugin_loader_refine_func (void)
        g_assert_no_error (error);
        g_assert (ret);
 
-       g_assert_cmpstr (gs_app_get_licence (app), ==, "GPLv3+ and GPLv3");
+       g_assert_cmpstr (gs_app_get_licence (app), ==, "<a 
href=\"http://spdx.org/licenses/GPL-3.0+\";>GPL-3.0+</a> and <a 
href=\"http://spdx.org/licenses/GPL-3.0\";>GPL-3.0</a>");
        g_assert_cmpstr (gs_app_get_description (app), !=, NULL);
        url = gs_app_get_url (app, GS_APP_URL_KIND_HOMEPAGE);
        g_assert_cmpstr (url, ==, "http://www.gimp.org/";);


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