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. _______________________________________________ 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