Removed left over assemblies, CastleCore (Subsonic) and some old nuget packages

This commit is contained in:
kay.one 2011-06-17 22:26:04 -07:00
commit b525757d8a
39 changed files with 4 additions and 52208 deletions

View file

@ -333,7 +333,7 @@ namespace NzbDrone.Core.Test
//Act
bool result = mocker.Resolve<SabProvider>().AddByUrl(
"http://www.newzbin.com/browse/post/6107863/nzb", "This is an Nzb");
"http://www.newzbin.com/browse/post/6107863/nzb", "Added by unit tests.");
//Assert
Assert.IsTrue(result);