nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #02335
[Bug 719184] Re: Platformdependency in src/ClientUtilities/util/Services/DomainManager.cs:40
** Also affects: nunitv2
Importance: Undecided
Status: New
** Changed in: nunit-3.0
Status: New => Triaged
** Changed in: nunit-3.0
Importance: Undecided => Medium
** Changed in: nunit-3.0
Assignee: (unassigned) => Charlie Poole (charlie.poole)
** Changed in: nunit-3.0
Milestone: None => 2.9.6
** Changed in: nunitv2
Status: New => Triaged
** Changed in: nunitv2
Importance: Undecided => Medium
** Changed in: nunitv2
Assignee: (unassigned) => Charlie Poole (charlie.poole)
** Changed in: nunitv2
Milestone: None => 2.6.0
** Tags added: engine
--
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:
Triaged
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