GetProcessesByName for mono

This commit is contained in:
kay.one 2013-08-13 21:40:34 -07:00
commit 58e668a093
2 changed files with 11 additions and 16 deletions

View file

@ -68,8 +68,6 @@ namespace NzbDrone.Common.Test
Subject.Exists(DummyApp.DUMMY_PROCCESS_NAME).Should().BeFalse();
}
[Test]
public void Should_be_able_to_execute_process()
{