← Back to team overview

nunit-core team mailing list archive

[Bug 719184] Re: Platformdependency in src/ClientUtilities/util/Services/DomainManager.cs:40

 

** 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/719184

Title:
  Platformdependency in
  src/ClientUtilities/util/Services/DomainManager.cs:40

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

Bug description:
  >>> trying to get NUnit 2.5.9 running on Linux, I found that the
  >>> ./src/ClientUtilities/util/Services/DomainManager.cs line 40:
  >>>
  > >>>> shadowCopyPath = Path.Combine(Path.GetTempPath(),
  > >>>> @"nunit20\ShadowCopyCache");
  >>>
  >>> uses a hardcoded backslash where it should call Path.Combine a second
  >>> time.
  >>> This can easily be worked around by either setting the MONO_IOMAP
  >>> variable
  >>> to "case" or by using the -noshadow flag.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nunit-3.0/+bug/719184/+subscriptions


References