summaryrefslogtreecommitdiff
path: root/libappstream-builder/asb-self-test.c
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-10-29 16:03:33 +0000
committerRichard Hughes <richard@hughsie.com>2014-10-29 17:03:53 +0000
commit7507cb2e1a8cdcf4f8ae1e7ae18042aced8153e2 (patch)
treef03226a8554f55116c5a2a6dadcf0e4af38aaa97 /libappstream-builder/asb-self-test.c
parent34f917d69fcdddc83037b5073fd9622ab6af4835 (diff)
downloadappstream-glib-7507cb2e1a8cdcf4f8ae1e7ae18042aced8153e2.tar.gz
Do not generate metadata with an icon prefix
Continue to accept names with or without a prefix in the name for compat.
Diffstat (limited to 'libappstream-builder/asb-self-test.c')
-rw-r--r--libappstream-builder/asb-self-test.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/libappstream-builder/asb-self-test.c b/libappstream-builder/asb-self-test.c
index d2bf0b7..bf69d49 100644
--- a/libappstream-builder/asb-self-test.c
+++ b/libappstream-builder/asb-self-test.c
@@ -371,7 +371,7 @@ asb_test_context_test_func (AsbTestContextMode mode)
"<name>Liberation</name>\n"
"<summary>Open source versions of several commecial fonts</summary>\n"
"<description><p>The Liberation Fonts are intended to be replacements for Times New Roman, Arial, and Courier New.</p></description>\n"
- "<icon height=\"64\" width=\"64\" type=\"cached\">64x64/LiberationSerif.png</icon>\n"
+ "<icon height=\"64\" width=\"64\" type=\"cached\">LiberationSerif.png</icon>\n"
"<project_license>GPL-2.0+</project_license>\n"
"<url type=\"homepage\">http://people.freedesktop.org/</url>\n"
"<screenshots>\n"
@@ -420,7 +420,7 @@ asb_test_context_test_func (AsbTestContextMode mode)
"<name>App</name>\n"
"<summary>A test application</summary>\n"
"<description><p>Long description goes here.</p></description>\n"
- "<icon height=\"64\" width=\"64\" type=\"cached\">64x64/app.png</icon>\n"
+ "<icon height=\"64\" width=\"64\" type=\"cached\">app.png</icon>\n"
"<categories>\n"
"<category>Profiling</category>\n"
"<category>System</category>\n"
@@ -500,7 +500,7 @@ asb_test_context_test_func (AsbTestContextMode mode)
"<source_pkgname>font</source_pkgname>\n"
"<name>Liberation Serif</name>\n"
"<summary>A Bold font from Liberation Serif</summary>\n"
- "<icon height=\"64\" width=\"64\" type=\"cached\">64x64/LiberationSerif.png</icon>\n"
+ "<icon height=\"64\" width=\"64\" type=\"cached\">LiberationSerif.png</icon>\n"
"<categories>\n"
"<category>Addons</category>\n"
"<category>Fonts</category>\n"
@@ -570,7 +570,7 @@ asb_test_context_test_func (AsbTestContextMode mode)
"<source_pkgname>app</source_pkgname>\n"
"<name>Console1</name>\n"
"<summary>A console1 test application</summary>\n"
- "<icon height=\"64\" width=\"64\" type=\"cached\">64x64/console1.png</icon>\n"
+ "<icon height=\"64\" width=\"64\" type=\"cached\">console1.png</icon>\n"
"<categories>\n"
"<category>ConsoleOnly</category>\n"
"</categories>\n"
@@ -597,7 +597,7 @@ asb_test_context_test_func (AsbTestContextMode mode)
"<source_pkgname>app</source_pkgname>\n"
"<name>Console2</name>\n"
"<summary>A console2 test application</summary>\n"
- "<icon height=\"64\" width=\"64\" type=\"cached\">64x64/console2.png</icon>\n"
+ "<icon height=\"64\" width=\"64\" type=\"cached\">console2.png</icon>\n"
"<categories>\n"
"<category>ConsoleOnly</category>\n"
"</categories>\n"