[/musicextras/musicextras: changeset 53 Zachary P. Landau **20041117222838 Fixed allofmp3 for site changes ] { hunk ./lib/musicextras/musicsites/allofmp3.rb 156 - return album[1] if match?(@album.title, album[0], true) + return album[1].sub("songs3", "songs") if match?(@album.title, album[0], true) hunk ./t/musicsites/TC_allofmp3.rb 49 - assert_equal('http://songs.allofmp3.com/mcatalog.shtml?group=7494&album=2', @site.get_album_url) + assert_match(/http:\/\/songs.?\.allofmp3\.com\/mcatalog\.shtml\?group=7494&album=2/, @site.get_album_url) hunk ./t/musicsites/TC_allofmp3.rb 51 - assert_equal('http://songs.allofmp3.com/mcatalog.shtml?group=7494&album=3', @site.get_album_url) + assert_match(/http:\/\/songs.?\.allofmp3\.com\/mcatalog\.shtml\?group=7494&album=3/, @site.get_album_url) }