nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #01407
[Bug 613727] Re: Add OSArchitecture Attribute to Environment node in result xml
** Changed in: nunit-3.0
Status: New => Triaged
** Changed in: nunit-3.0
Importance: Undecided => Medium
--
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/613727
Title:
Add OSArchitecture Attribute to Environment node in result xml
Status in NUnit Test Framework:
Triaged
Bug description:
To differ the results on Win7x86 and Win7x64 the user needs these information in the result file.
So my idea was to extend the environment node in the result file
<environment nunit-version="2.5.6.10205" clr-version="2.0.50727.4927" os-version="Microsoft Windows NT 6.1.7600.0" osarchiteture="x64" platform="Win32NT" cwd="C:\Program Files (x86)\NUnit 2.5.6\bin\net-2.0" machine-name="ADMIN-PC" user="Administrator" user-domain="Admin-PC" />
References