nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #01547
[Bug 719184] [NEW] Platformdependency in src/ClientUtilities/util/Services/DomainManager.cs:40
Public bug reported:
>>> 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.
** Affects: nunit-3.0
Importance: Undecided
Status: New
--
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:
New
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.
Follow ups
References