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

started to remove iisexpress.

This commit is contained in:
Keivan Beigi
2013-02-18 17:13:42 -08:00
parent 40f3a8663d
commit 68128809c9
39 changed files with 383 additions and 820 deletions
@@ -125,7 +125,7 @@ namespace NzbDrone.Update.Test
Mocker.Resolve<UpdateProvider>().Start(TARGET_FOLDER);
//Assert
Mocker.GetMock<IISProvider>().Verify(c => c.StopServer(), Times.Once());
Mocker.GetMock<HostController>().Verify(c => c.StopServer(), Times.Once());
}
[Test]