tests: Unit test fixes

These should have been included as part of 6.4.15.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
This commit is contained in:
Anna Schumaker 2016-07-20 08:43:36 -04:00
parent c5a563c112
commit 8893cdb58b
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ void __audio_favorite() {}
void __audio_hide() {}
void __audio_pause_changed() {}
void __audio_seek() {}
void __audio_select_cover() {}
#endif
#ifdef TEST_NEED_SIDEBAR

View File

@ -112,7 +112,7 @@ static void test_album_artwork()
cache = g_get_user_cache_dir();
o_path = g_build_filename(cache, "ocarina-test", "1998", "Ocarina of Time.jpg", NULL);
m_path = g_build_filename(cache, "ocarina-test", "2000", "Majora's Mask.jpg", NULL);
m_path = g_build_filename(cache, "ocarina-test", "2000", "Majora%27s Mask.jpg", NULL);
w_path = g_build_filename(cache, "ocarina-test", "0", "Wind Waker.jpg", NULL);
ocarina = album_find("Ocarina of Time", 1998);