← Back to team overview

nunit-core team mailing list archive

Re: [Bug 806357] [NEW] Display relative path in GUI's tree (option)

 

One possible implementation:

* Show just the project or assembly file name in the tree.
* On rollover, show the path
* When showing the path, show relative path if it's under the solution
directory,
  otherwise show the absolute path.

On Wed, Jul 6, 2011 at 12:49 AM, Lionel <806357@xxxxxxxxxxxxxxxxxx> wrote:
> Public bug reported:
>
> I have a .nunit project loading >20 nunit test dlls. Since the nunit
> project is, for instance, in c:\users\loginname\documents\MySolution and
> all test dlls are in subdirectories, the tree displaying all dlls and
> tests in the Nunit Gui is cluttered with useless long path.
>
> Would it be possible to get only (maybe as an option in the Nunit Gui)
> - only the name and not full path of the main entry point at the root tree (.nunit project or .dll name)
> - only the related path of the dll in the subnodes (or, if simplier, only the dll name).
>
> ** Affects: nunit-3.0
>     Importance: Undecided
>         Status: New
>
>
> ** Tags: feature
>
> --
> You received this bug notification because you are subscribed to NUnit
> Framework.
> https://bugs.launchpad.net/bugs/806357
>
> Title:
>  Display relative path in GUI's tree (option)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/nunit-3.0/+bug/806357/+subscriptions
>

-- 
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/806357

Title:
  Display relative path in GUI's tree (option)

Status in NUnit Test Framework:
  New

Bug description:
  I have a .nunit project loading >20 nunit test dlls. Since the nunit
  project is, for instance, in c:\users\loginname\documents\MySolution
  and all test dlls are in subdirectories, the tree displaying all dlls
  and tests in the Nunit Gui is cluttered with useless long path.

  Would it be possible to get only (maybe as an option in the Nunit Gui)
  - only the name and not full path of the main entry point at the root tree (.nunit project or .dll name)
  - only the related path of the dll in the subnodes (or, if simplier, only the dll name).

To manage notifications about this bug go to:
https://bugs.launchpad.net/nunit-3.0/+bug/806357/+subscriptions


References