From b2750752dd63debdb9c714c097af67f4e3231dcf Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 26 Aug 2014 09:52:52 -0700 Subject: [PATCH] Reacting to IFileSystemInfo changes --- .../Microsoft.AspNet.Mvc.Core.Test/ExpiringFileInfoCacheTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Microsoft.AspNet.Mvc.Core.Test/ExpiringFileInfoCacheTest.cs b/test/Microsoft.AspNet.Mvc.Core.Test/ExpiringFileInfoCacheTest.cs index 5b63293da8..63d1837ca3 100644 --- a/test/Microsoft.AspNet.Mvc.Core.Test/ExpiringFileInfoCacheTest.cs +++ b/test/Microsoft.AspNet.Mvc.Core.Test/ExpiringFileInfoCacheTest.cs @@ -412,7 +412,7 @@ namespace Microsoft.AspNet.Mvc.Core.Test } } - public string TryGetParentPath(string subpath, out string parentPath) + public bool TryGetParentPath(string subpath, out string parentPath) { throw new NotImplementedException(); }