separated sqlce and db4o tests.

This commit is contained in:
kay.one 2013-02-02 12:54:03 -08:00
commit f973a42669
106 changed files with 192 additions and 176 deletions

View file

@ -16,7 +16,7 @@ namespace NzbDrone.Core.Test.ProviderTests
{
[TestFixture]
// ReSharper disable InconsistentNaming
public class ReferenceDataProviderTest : CoreTest
public class ReferenceDataProviderTest : SqlCeTest
{
private const string validSeriesIds = "[1,2,3,4,5]";
private const string invalidSeriesIds = "[1,2,NaN,4,5]";