summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-self-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'libappstream-glib/as-self-test.c')
-rw-r--r--libappstream-glib/as-self-test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libappstream-glib/as-self-test.c b/libappstream-glib/as-self-test.c
index 9859646..90c3a12 100644
--- a/libappstream-glib/as-self-test.c
+++ b/libappstream-glib/as-self-test.c
@@ -271,7 +271,7 @@ ch_test_screenshot_func (void)
GNode *root;
GString *xml;
const gchar *src =
- "<screenshot type=\"normal\">"
+ "<screenshot>"
"<caption>Hello</caption>"
"<image type=\"source\">http://1.png</image>"
"<image type=\"thumbnail\">http://2.png</image>"
@@ -346,7 +346,7 @@ ch_test_app_func (void)
"<screenshot type=\"default\">"
"<image type=\"thumbnail\" height=\"351\" width=\"624\">http://a.png</image>"
"</screenshot>"
- "<screenshot type=\"normal\">"
+ "<screenshot>"
"<image type=\"thumbnail\">http://b.png</image>"
"</screenshot>"
"</screenshots>"