From 96fdad0fd707381308d3ad31216d2748591d1781 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Wed, 1 Oct 2014 21:05:44 +0100 Subject: Include the icon path in the data This allows us to avoid one stat() when loading the icon data, and also allows us to check the icons using a unique key. --- libappstream-builder/asb-self-test.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libappstream-builder/asb-self-test.c') diff --git a/libappstream-builder/asb-self-test.c b/libappstream-builder/asb-self-test.c index 7ed9dff..5f130f3 100644 --- a/libappstream-builder/asb-self-test.c +++ b/libappstream-builder/asb-self-test.c @@ -359,7 +359,7 @@ asb_test_context_test_func (AsbTestContextMode mode) "App\n" "A test application\n" "

Long description goes here.

\n" - "app.png\n" + "64x64/app.png\n" "\n" "Profiling\n" "System\n" @@ -439,7 +439,7 @@ asb_test_context_test_func (AsbTestContextMode mode) "app\n" "Console1\n" "A console1 test application\n" - "console1.png\n" + "64x64/console1.png\n" "\n" "ConsoleOnly\n" "\n" @@ -466,7 +466,7 @@ asb_test_context_test_func (AsbTestContextMode mode) "app\n" "Console2\n" "A console2 test application\n" - "console2.png\n" + "64x64/console2.png\n" "\n" "ConsoleOnly\n" "\n" -- cgit v1.2.1