Merge in 'release/2.1' changes
This commit is contained in:
commit
f5b36aa8f2
|
|
@ -21,7 +21,7 @@ namespace Microsoft.AspNetCore.Server.HttpSys.FunctionalTests
|
||||||
|
|
||||||
public ResponseCachingTests()
|
public ResponseCachingTests()
|
||||||
{
|
{
|
||||||
_absoluteFilePath = Directory.GetFiles(Directory.GetCurrentDirectory()).First();
|
_absoluteFilePath = Path.Combine(Directory.GetCurrentDirectory(), "Microsoft.AspNetCore.Server.HttpSys.dll");
|
||||||
_fileLength = new FileInfo(_absoluteFilePath).Length;
|
_fileLength = new FileInfo(_absoluteFilePath).Length;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue