nunit / nunitv2

NUnit 2.x repository. NUnit V2 IS NO LONGER MAINTAINED OR UPDATED. Bugs should be reported in the main NUnit 3.0 repository.
https://github.com/nunit/nunit
Other
25 stars 26 forks source link

Async tests should be supported for projects that target .NET 4.0 #15

Closed rprouse closed 9 years ago

rprouse commented 9 years ago

Backport nunit/nunit#75

rprouse commented 9 years ago

It looks like Simone already backported this with 2b6f8bc82deacd91a7324f45bc4958a79c5ac00e

I will test.

rprouse commented 9 years ago

I created an async unit test in .NET 4.0. It failed when using 2.6.3, but worked using a build of the current 2.6.4, so this was backported and is working. The readme needs to be updated to reflect this though.

CharliePoole commented 9 years ago

Reassigned to Simone since it was his fix. Closing