summaryrefslogtreecommitdiff
path: root/libappstream-builder/asb-self-test.c
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-08-20 18:01:01 +0100
committerRichard Hughes <richard@hughsie.com>2014-08-20 18:01:18 +0100
commit1ebacaf1201097f0bb8a121fea420334144c85a5 (patch)
tree4694492eeabc5f0a7af452d373d3fc5aa2336888 /libappstream-builder/asb-self-test.c
parent915239909df7c60bd838f71b4d89e5f1505847fb (diff)
downloadappstream-glib-1ebacaf1201097f0bb8a121fea420334144c85a5.tar.gz
Add a new kudo for high contrast icons
Diffstat (limited to 'libappstream-builder/asb-self-test.c')
-rw-r--r--libappstream-builder/asb-self-test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libappstream-builder/asb-self-test.c b/libappstream-builder/asb-self-test.c
index 5a308f5..1e2e6aa 100644
--- a/libappstream-builder/asb-self-test.c
+++ b/libappstream-builder/asb-self-test.c
@@ -333,7 +333,7 @@ asb_test_context_test_func (AsbTestContextMode mode)
/* check it matches what we expect */
xml = as_store_to_xml (store, AS_NODE_TO_XML_FLAG_FORMAT_MULTILINE);
expected_xml =
- "<components version=\"0.8\" builder_id=\"appstream-glib:3\" origin=\"asb-self-test\">\n"
+ "<components version=\"0.8\" builder_id=\"appstream-glib:4\" origin=\"asb-self-test\">\n"
"<component type=\"addon\">\n"
"<id>app-extra</id>\n"
"<pkgname>app-extra</pkgname>\n"
@@ -412,7 +412,7 @@ asb_test_context_test_func (AsbTestContextMode mode)
/* check output */
xml_failed = as_store_to_xml (store_failed, AS_NODE_TO_XML_FLAG_FORMAT_MULTILINE);
expected_xml =
- "<components version=\"0.8\" builder_id=\"appstream-glib:3\" origin=\"asb-self-test-failed\">\n"
+ "<components version=\"0.8\" builder_id=\"appstream-glib:4\" origin=\"asb-self-test-failed\">\n"
"<component type=\"desktop\">\n"
"<id>console1.desktop</id>\n"
"<pkgname>app-console</pkgname>\n"