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