mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-24 22:37:06 -04:00
Updated tests to work better with VS2013 Test Adapter.
This commit is contained in:
parent
388943ea1b
commit
79b2b14668
11 changed files with 121 additions and 112 deletions
|
@ -4,6 +4,7 @@ using NzbDrone.Common.Test.DiskProviderTests;
|
|||
namespace NzbDrone.Windows.Test.DiskProviderTests
|
||||
{
|
||||
[TestFixture]
|
||||
[Platform("Win")]
|
||||
public class DiskProviderFixture : DiskProviderFixtureBase<DiskProvider>
|
||||
{
|
||||
public DiskProviderFixture()
|
||||
|
|
|
@ -4,6 +4,7 @@ using NzbDrone.Common.Test.DiskProviderTests;
|
|||
namespace NzbDrone.Windows.Test.DiskProviderTests
|
||||
{
|
||||
[TestFixture]
|
||||
[Platform("Win")]
|
||||
public class FreeSpaceFixture : FreeSpaceFixtureBase<DiskProvider>
|
||||
{
|
||||
public FreeSpaceFixture()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue