← Back to team overview

nunit-core team mailing list archive

[Bug 910218] Re: NUnit should add a trailing separator to the ApplicationBase

 

** Branch linked: lp:nunitv2

-- 
You received this bug notification because you are a member of NUnit
Core Developers, which is the registrant for NUnit Framework.
https://bugs.launchpad.net/bugs/910218

Title:
  NUnit should add a trailing separator to the ApplicationBase

Status in NUnit Test Framework:
  Triaged
Status in NUnit V2 Test Framework:
  Fix Committed

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


References