2011-05-22 09:53:21 -07:00
|
|
|
|
// ReSharper disable RedundantUsingDirective
|
|
|
|
|
using System;
|
2010-09-27 20:04:39 -07:00
|
|
|
|
using System.Collections.Generic;
|
2010-10-20 18:49:23 -07:00
|
|
|
|
using System.IO;
|
2011-04-22 12:16:52 -07:00
|
|
|
|
using FizzWare.NBuilder;
|
2012-01-24 19:09:49 -08:00
|
|
|
|
using FluentAssertions;
|
2010-09-27 20:04:39 -07:00
|
|
|
|
using Moq;
|
2012-01-24 19:09:49 -08:00
|
|
|
|
using NzbDrone.Common;
|
2011-06-04 23:02:31 -07:00
|
|
|
|
using NzbDrone.Core.Datastore;
|
2013-03-06 17:51:47 -08:00
|
|
|
|
|
2013-03-02 10:25:39 -08:00
|
|
|
|
|
2010-09-27 20:04:39 -07:00
|
|
|
|
|
2011-05-18 20:55:35 -07:00
|
|
|
|
namespace NzbDrone.Core.Test.Framework
|
2010-09-27 20:04:39 -07:00
|
|
|
|
{
|
2011-11-22 21:58:26 -08:00
|
|
|
|
internal static class TestDbHelper
|
2010-09-27 20:04:39 -07:00
|
|
|
|
{
|
2013-01-19 15:55:58 -08:00
|
|
|
|
|
2010-09-27 20:04:39 -07:00
|
|
|
|
}
|
2011-04-09 19:44:01 -07:00
|
|
|
|
}
|