Added db4o.

Added guards against most problematic areas.
This commit is contained in:
kay.one 2013-02-02 11:39:27 -08:00
parent b6a4e6c32c
commit 5dbaaee005
11 changed files with 396 additions and 6 deletions

View file

@ -8,9 +8,8 @@ using NzbDrone.Test.Common.AutoMoq;
namespace NzbDrone.Test.Common
{
public class TestBase : LoggingTest
public abstract class TestBase : LoggingTest
{
protected const string INTEGRATION_TEST = "Integration Test";