nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #01076
[Bug 613727] Re: Add OSArchitecture Attribute to Environment node in result xml
Postponed to 3.0
** Project changed: nunitv2 => nunit-3.0
** Tags added: xml
** Tags removed: osarchitecture result
--
Add OSArchitecture Attribute to Environment node in result xml
https://bugs.launchpad.net/bugs/613727
You received this bug notification because you are a member of NUnit
Core Developers, which is the registrant for NUnit Framework.
Status in NUnit Test Framework: New
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