From 05ac1e1afc6d1fda1df1c9d16f50922e062eb2b8 Mon Sep 17 00:00:00 2001 From: Tyler Rhodes Date: Fri, 15 Jul 2011 14:47:48 +0000 Subject: [PATCH] Fix the playlistmanager test error. For serious this time. --- tests/mock_playlistmanager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mock_playlistmanager.h b/tests/mock_playlistmanager.h index fa6064322..e0dca8e98 100644 --- a/tests/mock_playlistmanager.h +++ b/tests/mock_playlistmanager.h @@ -39,7 +39,7 @@ public: MOCK_CONST_METHOD0(current_selection, QItemSelection()); MOCK_CONST_METHOD0(active_selection, QItemSelection()); - MOCK_CONST_METHOD1(GetPlaylistNaame, QString(int)); + MOCK_CONST_METHOD1(GetPlaylistName, QString(int)); MOCK_CONST_METHOD0(task_manager, TaskManager*()); MOCK_CONST_METHOD0(library_backend, LibraryBackend*()); MOCK_CONST_METHOD0(playlist_backend, PlaylistBackend*());