[gnome-software] trivial: Fix make check when using fwupd from master
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] trivial: Fix make check when using fwupd from master
- Date: Mon, 27 Jun 2016 11:14:19 +0000 (UTC)
commit 421922732254a45f720fb8c99acdbc56a5202af2
Author: Richard Hughes <richard hughsie com>
Date: Mon Jun 27 11:18:35 2016 +0100
trivial: Fix make check when using fwupd from master
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 0f4d746..1042127 100644
--- a/src/gs-self-test.c
+++ b/src/gs-self-test.c
@@ -606,6 +606,7 @@ gs_plugin_loader_fwupd_func (GsPluginLoader *plugin_loader)
g_assert (gs_app_get_pixbuf (app) != NULL);
g_assert (gs_app_get_license (app) != NULL);
g_assert (gs_app_has_category (app, "System"));
+ g_assert_cmpstr (gs_app_get_id (app), ==, "com.test.chiron.firmware");
g_assert_cmpstr (gs_app_get_url (app, AS_URL_KIND_HOMEPAGE), ==, "http://127.0.0.1/");
g_assert_cmpstr (gs_app_get_name (app), ==, "Chiron");
g_assert_cmpstr (gs_app_get_summary (app), ==, "Single line synopsis");
@@ -619,7 +620,6 @@ gs_plugin_loader_fwupd_func (GsPluginLoader *plugin_loader)
/* seems wrong, but this is only set if the update is available */
g_assert_cmpint (gs_app_get_state (app), ==, AS_APP_STATE_UNKNOWN);
- g_assert_cmpstr (gs_app_get_id (app), ==, NULL);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]