nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #02666
[Bug 974119] Re: System.Diagnostics.Trace.WriteLine("Doesn't work any more")
Yes, Charlie, apologies - your assumption is entirely correct - file
this one under 'User Error.' (It would appear that the default setting
for v2.5 is a simple 'Log Output' checkbox, with a default value of
ticked; whilst v2.6 has the new 'Log Output' pulldown menu, with a
default setting of 'Off'.)
Mystery solved.
Thanks!
--
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/974119
Title:
System.Diagnostics.Trace.WriteLine("Doesn't work any more")
Status in NUnit V2 Test Framework:
New
Bug description:
In version NUnit 2.5 and before, I used to be able to use simple lines
like the following:
System.Diagnostics.Trace.WriteLine(System.Reflection.MethodBase.GetCurrentMethod().Name);
and this could aid diagnostics by causing the function name (and/or
values of variables) to be logged in NUnit's "Text Output" tab.
However, in versions NUnit-2.6.0.12035 and NUnit-2.6.0.12051, this
useful functionality has stopped working.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nunitv2/+bug/974119/+subscriptions
References