From 6d6b8f488e4cd072818af037978e44fe61bf3415 Mon Sep 17 00:00:00 2001 From: Otto Urpelainen Date: Mon, 17 May 2021 23:07:47 +0300 Subject: 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. --- libappstream-builder/asb-self-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) "App\n" "A test application\n" "

Long description goes here.

\n" - "app.png\n" "app.png\n" + "app.png\n" "\n" "Profiling\n" "System\n" -- cgit v1.2.1