New: NzbDrone service to automatically report errors and episode parse issues.

This commit is contained in:
kay.one 2012-02-04 22:34:36 -08:00
commit 174f765ec9
140 changed files with 10774 additions and 1694 deletions

View file

@ -131,8 +131,7 @@ namespace NzbDrone.Core.Test.ProviderTests
public void uguid_should_return_valid_result_on_first_call()
{
var guid = Mocker.Resolve<ConfigProvider>().UGuid;
guid.Should().NotBeBlank();
Guid.Parse(guid).ToString().Should().NotBe(new Guid().ToString());
guid.Should().NotBeEmpty();
}