Fixed: Cleanup 11 more tests

This commit is contained in:
Qstick
2017-12-30 01:09:10 -05:00
parent d8c89f5bbd
commit ec12bede9d
10 changed files with 96 additions and 50 deletions
@@ -49,7 +49,9 @@ namespace NzbDrone.Core.Test.MusicTests
.Returns(new Tuple<Artist, List<Album>>(artist, new List<Album>()));
}
// TODO: Re-Write album verification tests
[Test]
[Ignore("This test needs to be re-written as we no longer store albums in artist table or object")]
public void should_monitor_new_albums_automatically()
{
var newArtistInfo = _artist.JsonClone();
@@ -93,6 +95,7 @@ namespace NzbDrone.Core.Test.MusicTests
}
[Test]
[Ignore("This test needs to be re-written as we no longer store albums in artist table or object")]
public void should_not_throw_if_duplicate_album_is_in_existing_info()
{
var newArtistInfo = _artist.JsonClone();
@@ -117,6 +120,7 @@ namespace NzbDrone.Core.Test.MusicTests
}
[Test]
[Ignore("This test needs to be re-written as we no longer store albums in artist table or object")]
public void should_filter_duplicate_albums()
{
var newArtistInfo = _artist.JsonClone();