summaryrefslogtreecommitdiff
path: root/data/tests
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-12-10 13:16:08 +0000
committerRichard Hughes <richard@hughsie.com>2014-12-10 13:16:41 +0000
commiteef40d2bc15a08818b6e14e240c07de0fe276325 (patch)
tree09fda10c2cec2262c7c1b3e9383a4f794b2c5f19 /data/tests
parent284890c2936a6b98b66ce005e5fac8a33407e998 (diff)
downloadappstream-glib-eef40d2bc15a08818b6e14e240c07de0fe276325.tar.gz
Output the full filename for local icons
This is the same as the recent 'remote' icon fix.
Diffstat (limited to 'data/tests')
-rw-r--r--data/tests/Makefile.am1
-rw-r--r--data/tests/extra-appdata/local.xml12
2 files changed, 13 insertions, 0 deletions
diff --git a/data/tests/Makefile.am b/data/tests/Makefile.am
index 6fce485..5e14c74 100644
--- a/data/tests/Makefile.am
+++ b/data/tests/Makefile.am
@@ -19,6 +19,7 @@ test_files = \
example-v06.yml.gz \
example.yml \
extra-appdata/test.xml \
+ extra-appdata/local.xml \
font-1-1.fc21.noarch.rpm \
font-serif-1-1.fc21.noarch.rpm \
intltool.appdata.xml.in \
diff --git a/data/tests/extra-appdata/local.xml b/data/tests/extra-appdata/local.xml
new file mode 100644
index 0000000..24daaee
--- /dev/null
+++ b/data/tests/extra-appdata/local.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<components version="0.8" origin="">
+<component type="webapp">
+<id>epiphany-local.desktop</id>
+<metadata_license>CC0-1.0</metadata_license>
+<name>Local</name>
+<summary>My local webapp</summary>
+<description><p>This is awesome</p></description>
+<icon type="local">/usr/share/icons/hicolor/256x256/apps/fedora-logo-icon.png</icon>
+<url type="homepage">http://www.hughski.com/</url>
+</component>
+</components>