nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #00523
[Bug 570162] [NEW] FileNotFoundException when loading .nunit file
Public bug reported:
When loading our .nunit file with NUnit 2.5.5.10112 an exception occurs.
This worked with NUnit 2.5.4.10098 and older versions.
The problem is the following change:
http://bazaar.launchpad.net/~nunit-
core/nunitv2/2.5.3/revision/3130/src/ClientUtilities/util/Services/DomainManager.cs
We have a '..' inside our basePath. Because of the Path.GetFullPath
PathUtils.RelativePath no longer recognizes the realtive directory
correctly.
The following would work:
string dir = PathUtils.RelativePath( Path.GetFullPath(basePath),
Path.GetDirectoryName( Path.GetFullPath(assembly) ) );
** Affects: nunitv2
Importance: Undecided
Status: New
--
FileNotFoundException when loading .nunit file
https://bugs.launchpad.net/bugs/570162
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
Status in NUnit V2 Test Framework: New
Bug description:
When loading our .nunit file with NUnit 2.5.5.10112 an exception occurs.
This worked with NUnit 2.5.4.10098 and older versions.
The problem is the following change:
http://bazaar.launchpad.net/~nunit-core/nunitv2/2.5.3/revision/3130/src/ClientUtilities/util/Services/DomainManager.cs
We have a '..' inside our basePath. Because of the Path.GetFullPath PathUtils.RelativePath no longer recognizes the realtive directory correctly.
The following would work:
string dir = PathUtils.RelativePath( Path.GetFullPath(basePath), Path.GetDirectoryName( Path.GetFullPath(assembly) ) );
Follow ups
-
[Bug 570162] Re: FileNotFoundException when loading .nunit file
From: Charlie Poole, 2010-08-01
-
[Bug 570162] Re: FileNotFoundException when loading .nunit file
From: Charlie Poole, 2010-07-31
-
[Bug 570162] Re: FileNotFoundException when loading .nunit file
From: Launchpad Bug Tracker, 2010-07-31
-
[Bug 570162] Re: FileNotFoundException when loading .nunit file
From: Charlie Poole, 2010-07-31
-
[Bug 570162] Re: FileNotFoundException when loading .nunit file
From: Charlie Poole, 2010-07-26
-
[Bug 570162] Re: FileNotFoundException when loading .nunit file
From: Neredera, 2010-07-26
-
[Bug 570162] Re: FileNotFoundException when loading .nunit file
From: Charlie Poole, 2010-07-25
-
[Bug 570162] Re: FileNotFoundException when loading .nunit file
From: Charlie Poole, 2010-07-13
-
[Bug 570162] Re: FileNotFoundException when loading .nunit file
From: Charlie Poole, 2010-07-09
-
[Bug 570162] Re: FileNotFoundException when loading .nunit file
From: Neredera, 2010-04-26
-
[Bug 570162] [NEW] FileNotFoundException when loading .nunit file
From: Neredera, 2010-04-26
References