Replaced deprecated NBuilder calls.

This commit is contained in:
kay.one
2011-10-22 22:39:14 -07:00
parent 956092dbd4
commit f52620db70
14 changed files with 114 additions and 113 deletions

View File

@@ -9,7 +9,7 @@ namespace NzbDrone.Core.Test.Framework
{
[SetUp]
public void Setup()
public virtual void Setup()
{
ExceptionVerification.Reset();
if (Directory.Exists(TempFolder))