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

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

Status in NUnit Test Framework:
  Fix Released
Status in NUnit V2 Test Framework:
  Fix Released

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

_______________________________________________
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

Reply via email to