Lidarr/NzbDrone.Core.Test/Framework/Fixtures.cs

26 lines
633 B
C#
Raw Normal View History

2010-09-30 06:59:00 +00:00
using System.IO;
2011-10-24 05:54:09 +00:00
// ReSharper disable CheckNamespace
2011-06-02 21:06:46 +00:00
using NUnit.Framework;
using NzbDrone.Core.Test.Framework;
2011-10-24 05:54:09 +00:00
using NzbDrone.Test.Common;
2010-09-30 06:59:00 +00:00
//[SetUpFixture]
//public class Fixtures : LoggingFixtures
//{
// //[SetUp]
// //public void SetUp()
// //{
// // var oldDbFiles = Directory.GetFiles(Directory.GetCurrentDirectory(), "*.sdf", SearchOption.AllDirectories);
// // foreach (var file in oldDbFiles)
// // {
// // try
// // {
// // File.Delete(file);
// // }
// // catch { }
// // }
// // MockLib.CreateDataBaseTemplate();
// //}
//}