** Changed in: nunit-3.0 Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/910218
Title: NUnit should add a trailing separator to the ApplicationBase Status in NUnit Test Framework: Fix Released Status in NUnit V2 Test Framework: Fix Released Bug description: NUnit often sets the test AppDomain ApplicationBase to a value that doesn't contain a terminating separator. This works fine as far as .NET is concerned, but is not the same as the default AppDomain application base, which always terminates with a separator. Because some apps assume that the ApplicationBase ends with a separator, it's best if we provide it. I learned about this from a blog post I stumbled across, that was about a year old. I wish people would report issues rather than just leaving them out on the internet in random locations! Well, at least I found this one. To manage notifications about this bug go to: https://bugs.launchpad.net/nunit-3.0/+bug/910218/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~nunit-core Post to : nunit-core@lists.launchpad.net Unsubscribe : https://launchpad.net/~nunit-core More help : https://help.launchpad.net/ListHelp