[gnome-software/wip/kalev/gnome-3-22-prep: 40/52] trivial: Fix the self tests after 31f6bea19b4ed9c35e57a3dd657bef9e729bbf4b
- From: Kalev Lember <klember src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/kalev/gnome-3-22-prep: 40/52] trivial: Fix the self tests after 31f6bea19b4ed9c35e57a3dd657bef9e729bbf4b
- Date: Mon, 7 Nov 2016 09:48:09 +0000 (UTC)
commit 8b15f8479448ed81e893b412d87fa9432729b420
Author: Richard Hughes <richard hughsie com>
Date: Fri Oct 21 14:11:32 2016 +0100
trivial: Fix the self tests after 31f6bea19b4ed9c35e57a3dd657bef9e729bbf4b
(cherry picked from commit 7c831493cc7ff96d12fd465bd8cd799f149fc647)
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 c976aa3..af7aa3a 100644
--- a/src/gs-self-test.c
+++ b/src/gs-self-test.c
@@ -874,7 +874,7 @@ gs_plugin_loader_flatpak_repo_func (GsPluginLoader *plugin_loader)
/* check the URL was unmangled */
remote_url = g_key_file_get_string (kf, group_name, "url", &error);
g_assert_no_error (error);
- g_assert_cmpstr (remote_url, ==, "http://foo.bar");
+ g_assert_cmpstr (remote_url, ==, "http://foo.bar/apps");
/* try again, check state is correct */
app2 = gs_plugin_loader_file_to_app (plugin_loader,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]