diff --git a/glib/tests/bookmarkfile.c b/glib/tests/bookmarkfile.c index c81561ea2..cc922c0fc 100644 --- a/glib/tests/bookmarkfile.c +++ b/glib/tests/bookmarkfile.c @@ -94,6 +94,13 @@ test_move_item (void) g_assert (res); g_assert_no_error (error); + res = g_bookmark_file_move_item (bookmark, + "file:///tmp/schedule.ps", + "file:///tmp/schedule.ps", + &error); + g_assert (res); + g_assert_no_error (error); + res = g_bookmark_file_move_item (bookmark, "file:///no-such-file.xbel", "file:///tmp/schedule.ps",