Skip to content

Commit

Permalink
Fix the playlistmanager test error. For serious this time.
Browse files Browse the repository at this point in the history
  • Loading branch information
trhodeos committed Jul 15, 2011
1 parent 2d4615c commit 05ac1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mock_playlistmanager.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class MockPlaylistManager : public PlaylistManagerInterface {
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*());
Expand Down

0 comments on commit 05ac1e1

Please sign in to comment.