Check last.fm method in AlbumCoverFetcherTest.

This commit is contained in:
John Maguire 2010-03-04 11:48:19 +00:00
parent 3734f23325
commit 1f23f2e64d
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ TEST_F(AlbumCoverFetcherTest, FetchesAlbumCover) {
params["artist"] = "Foo";
params["album"] = "Bar";
params["api_key"] = "foobar";
params["method"] = "album.getInfo";
MockNetworkReply* get_info_reply = network_->ExpectGet("audioscrobbler", params, 200, data);
params.clear();
MockNetworkReply* album_reply = network_->ExpectGet("http://example.com/image.jpg", params, 200, "");