From 7eb0d62c531dce5050fee07ba05890a9c5186ba3 Mon Sep 17 00:00:00 2001 From: Keivan Beigi Date: Thu, 28 Mar 2013 12:18:08 -0700 Subject: [PATCH] fixed recursion bug. --- NzbDrone.Core.Test/Framework/CoreTest.cs | 2 +- NzbDrone.sln.DotSettings | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NzbDrone.Core.Test/Framework/CoreTest.cs b/NzbDrone.Core.Test/Framework/CoreTest.cs index bd655aced..7e6a3fd5f 100644 --- a/NzbDrone.Core.Test/Framework/CoreTest.cs +++ b/NzbDrone.Core.Test/Framework/CoreTest.cs @@ -29,7 +29,7 @@ protected FileStream OpenRead(params string[] path) protected string ReadAllText(params string[] path) { - return ReadAllText(Path.Combine(path)); + return File.ReadAllText(Path.Combine(path)); } } diff --git a/NzbDrone.sln.DotSettings b/NzbDrone.sln.DotSettings index ae9ad4e79..0cacce13d 100644 --- a/NzbDrone.sln.DotSettings +++ b/NzbDrone.sln.DotSettings @@ -3,6 +3,7 @@ DO_NOT_SHOW DO_NOT_SHOW DO_NOT_SHOW + ERROR <Policy Inspect="True" Prefix="" Suffix="" Style="aaBb"><ExtraRule Prefix="" Suffix="" Style="AaBb" /></Policy> BOTH_SIDES OUTLINE