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