[gnome-software] trivial: Fix the self tests after 31f6bea19b4ed9c35e57a3dd657bef9e729bbf4b
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] trivial: Fix the self tests after 31f6bea19b4ed9c35e57a3dd657bef9e729bbf4b
- Date: Fri, 21 Oct 2016 14:10:31 +0000 (UTC)
commit 7c831493cc7ff96d12fd465bd8cd799f149fc647
Author: Richard Hughes <richard hughsie com>
Date: Fri Oct 21 14:11:32 2016 +0100
trivial: Fix the self tests after 31f6bea19b4ed9c35e57a3dd657bef9e729bbf4b
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 2a948a6..07d717b 100644
--- a/src/gs-self-test.c
+++ b/src/gs-self-test.c
@@ -911,7 +911,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]