mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-19 21:46:50 -04:00
separated sqlce and db4o tests.
This commit is contained in:
@@ -11,7 +11,7 @@ using NzbDrone.Test.Common.AutoMoq;
|
||||
|
||||
namespace NzbDrone.Core.Test.ProviderTests.UpdateProviderTests
|
||||
{
|
||||
class GetAvilableUpdateFixture : CoreTest
|
||||
class GetAvilableUpdateFixture : SqlCeTest
|
||||
{
|
||||
private static Version _latestsTestVersion = new Version("0.6.0.3");
|
||||
private static string _latestsTestUrl = "http://update.nzbdrone.com/_test/NzbDrone.master.0.6.0.3.zip";
|
||||
|
||||
@@ -9,7 +9,7 @@ using NzbDrone.Core.Test.Framework;
|
||||
|
||||
namespace NzbDrone.Core.Test.ProviderTests.UpdateProviderTests
|
||||
{
|
||||
class GetUpdateLogFixture : CoreTest
|
||||
class GetUpdateLogFixture : SqlCeTest
|
||||
{
|
||||
String UpdateLogFolder;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user