aspnet / StaticFiles

[Archived] Middleware for handling requests for file system resources including files and directories. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
114 stars 72 forks source link

Update test framework versions #197

Closed natemcmaster closed 7 years ago

natemcmaster commented 7 years ago

This uncovered a test issue. @jbagga can you provide guidance on how to fix the tests?

I fixed the input type for the NormalizeRanges_ReturnsNormalizedRange and NormalizeRanges_MultipleRanges_ReturnsNormalizedRange tests to be long? as long cannot be null. These tests fail now. I'm not sure what the expected behavior is.

jbagga commented 7 years ago

@natemcmaster I have updated the tests to match the expected behavior now

natemcmaster commented 7 years ago

Thanks @jbagga