fixed router test for linux.

This commit is contained in:
Keivan Beigi 2013-07-26 18:25:45 -07:00
commit 923f34e905
2 changed files with 9 additions and 2 deletions

View file

@ -10,6 +10,13 @@ namespace NzbDrone.App.Test
[TestFixture]
public class RouterTest : TestBase<Router>
{
[SetUp]
public void Setup()
{
WindowsOnly();
}
[Test]
public void Route_should_call_install_service_when_application_mode_is_install()
{