fixed linux integration tests

This commit is contained in:
kay.one 2013-04-29 21:14:38 -07:00
commit b8afad8adb
3 changed files with 3 additions and 12 deletions

View file

@ -120,15 +120,6 @@ namespace NzbDrone.Update.Test
Mocker.GetMock<ProcessProvider>().Verify(c => c.Kill(It.IsAny<int>()), Times.Never());
}
[Test]
public void should_stop_orphan_iisexpress_instances()
{
Mocker.Resolve<UpdateProvider>().Start(TARGET_FOLDER);
Mocker.GetMock<IHostController>().Verify(c => c.StopServer(), Times.Once());
}
[Test]
public void should_create_backup_of_current_installation()
{