diff --git a/test/Microsoft.AspNet.StaticFiles.Tests/StaticFileContextTest.cs b/test/Microsoft.AspNet.StaticFiles.Tests/StaticFileContextTest.cs index 0722ebd045..066e4d6fd8 100644 --- a/test/Microsoft.AspNet.StaticFiles.Tests/StaticFileContextTest.cs +++ b/test/Microsoft.AspNet.StaticFiles.Tests/StaticFileContextTest.cs @@ -99,11 +99,6 @@ namespace Microsoft.AspNet.StaticFiles get { return false; } } - public bool IsReadOnly - { - get { return false; } - } - public DateTimeOffset LastModified { get; set; } public long Length { get; set; } @@ -116,16 +111,6 @@ namespace Microsoft.AspNet.StaticFiles { throw new NotImplementedException(); } - - public void Delete() - { - throw new NotImplementedException(); - } - - public void WriteContent(byte[] content) - { - throw new NotImplementedException(); - } } } } \ No newline at end of file