From af4f0fc6f0cbfa8e54bde26c049b67c80cc7f456 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 22 Sep 2015 08:32:52 -0700 Subject: [PATCH] Reacting to IChangeToken changes --- .../DeveloperExceptionPageMiddlewareTest.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/Microsoft.AspNet.Diagnostics.Tests/DeveloperExceptionPageMiddlewareTest.cs b/test/Microsoft.AspNet.Diagnostics.Tests/DeveloperExceptionPageMiddlewareTest.cs index 7dc0fb5637..2edf6d21c5 100644 --- a/test/Microsoft.AspNet.Diagnostics.Tests/DeveloperExceptionPageMiddlewareTest.cs +++ b/test/Microsoft.AspNet.Diagnostics.Tests/DeveloperExceptionPageMiddlewareTest.cs @@ -11,11 +11,11 @@ using System.Text; using System.Threading.Tasks; using Microsoft.AspNet.Diagnostics.Views; using Microsoft.AspNet.FileProviders; -using Microsoft.Framework.Caching; -using Microsoft.Framework.Logging; -using Microsoft.Dnx.Runtime; -using Xunit; using Microsoft.AspNet.Testing; +using Microsoft.Dnx.Runtime; +using Microsoft.Framework.Logging; +using Microsoft.Framework.Primitives; +using Xunit; namespace Microsoft.AspNet.Diagnostics { @@ -383,7 +383,7 @@ namespace Microsoft.AspNet.Diagnostics return new TestFileInfo(_sourceCodeLines); } - public IExpirationTrigger Watch(string filter) + public IChangeToken Watch(string filter) { throw new NotImplementedException(); }