@ -104,6 +104,7 @@ namespace NzbDrone.Common.Test.CacheTests
}
[Test]
[Retry(3)]
public void should_clear_expired_when_they_expire()
{
int hitCount = 0;
@ -84,6 +84,7 @@ namespace NzbDrone.Common.Test
[Platform(Exclude="MacOsX")]
public void exists_should_find_running_process()
var process = StartDummyProcess();
@ -132,6 +133,7 @@ namespace NzbDrone.Common.Test
public void ToString_on_new_processInfo()
Console.WriteLine(new ProcessInfo().ToString());