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;
|
2013-03-07 04:51:47 +03:00
|
|
|
|
2013-03-02 21:25:39 +03:00
|
|
|
|
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
|
|
|
}
|