aspnetcore/test
Praburaj 0dbbd2f655 Adding some tests for the MapPath extension method
And looks like I pushed the MapPath extension change too soon. I had to fix an issue in the path for forward and backward slash.

For example if an application tries to do MapPath("/resource") then this code does not work cross plat unless the directory separator characters are fixed appropriately.

Fixed it and also added some test coverage.
2015-03-23 17:43:36 -07:00
..
Microsoft.AspNet.Hosting.Tests Adding some tests for the MapPath extension method 2015-03-23 17:43:36 -07:00
Microsoft.AspNet.TestHost.Tests