itinero / routing

The routing core of itinero.
Apache License 2.0
222 stars 71 forks source link

NUnit tests run with Visual Studio's runner. #93

Closed airbreather closed 7 years ago

airbreather commented 7 years ago

You will need to install and enable the (free) "NUnit 3 Test Adapter" extension from the Visual Studio marketplace.

Tested with Visual Studio Community 2017, version 15.1 (26403.7) Release.

Newtonsoft.Json version downgrade was to bring this in sync with the version that NetTopologySuite.IO.GeoJSON depends on... apparently, for some reason, some tests fail without this when run through the Visual Studio test runner. There's probably a different way to get these tests to pass with 9.0.1, but I think this is good enough for now.