summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/mediaarttest.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/mediaarttest.c b/tests/mediaarttest.c
index 77a5a42..3690335 100644
--- a/tests/mediaarttest.c
+++ b/tests/mediaarttest.c
@@ -284,8 +284,7 @@ test_mediaart_png (void)
retval = media_art_remove ("Lanedo", "");
g_assert_true (retval);
- /* FIXME: This breaks, passing NULL for second param */
- /* retval = media_art_remove ("Lanedo", NULL); */
+ retval = media_art_remove ("Lanedo", NULL);
g_object_unref (file);
g_free (path);