1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00

Update provider now closes all orphaned IISExpress instances before update.

This commit is contained in:
kay.one
2011-11-20 17:13:58 -08:00
parent 115b06821e
commit d73853f08b
8 changed files with 49 additions and 32 deletions
@@ -32,6 +32,7 @@ namespace NzbDrone.Common.Test
public void Kill_should_not_fail_on_invalid_process_is(int processId)
{
_processProvider.Kill(processId);
ExceptionVerification.ExcpectedWarns(1);
}
[Test]