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
commit d73853f08b
8 changed files with 49 additions and 32 deletions

View file

@ -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]