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

@ -20,7 +20,7 @@ using NzbDrone.Test.Common.AutoMoq;
namespace NzbDrone.Core.Test.ProviderTests.DiskScanProviderTests
{
// ReSharper disable InconsistentNaming
public class MoveEpisodeFileFixture : CoreTest
public class MoveEpisodeFileFixture : SqlCeTest
{
[Test]
public void should_not_move_file_if_source_and_destination_are_the_same_path()