summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOtto Urpelainen <oturpe@iki.fi>2021-05-17 23:07:47 +0300
committerRichard Hughes <richard@hughsie.com>2021-05-18 13:31:18 +0100
commit6d6b8f488e4cd072818af037978e44fe61bf3415 (patch)
tree05679c1dc76a48e541a6a2935ac25207d6f1c53c
parentcf73b762112730acfd4f7b11594a30a2b49e2443 (diff)
downloadappstream-glib-6d6b8f488e4cd072818af037978e44fe61bf3415.tar.gz
Update asb-self-test to match current behavior
Apparently, write ordering of some field schanged at some point, but the test case was not updated. Updating to allow Travis CI to pass.
-rw-r--r--libappstream-builder/asb-self-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libappstream-builder/asb-self-test.c b/libappstream-builder/asb-self-test.c
index 705d3ed..8dc6370 100644
--- a/libappstream-builder/asb-self-test.c
+++ b/libappstream-builder/asb-self-test.c
@@ -472,8 +472,8 @@ asb_test_context_func (void)
"<name>App</name>\n"
"<summary>A test application</summary>\n"
"<description><p>Long description goes here.</p></description>\n"
- "<icon type=\"cached\" height=\"128\" width=\"128\">app.png</icon>\n"
"<icon type=\"cached\" height=\"64\" width=\"64\">app.png</icon>\n"
+ "<icon type=\"cached\" height=\"128\" width=\"128\">app.png</icon>\n"
"<categories>\n"
"<category>Profiling</category>\n"
"<category>System</category>\n"