← Back to team overview

nunit-core team mailing list archive

[Bug 974119] Re: System.Diagnostics.Trace.WriteLine("Doesn't work any more")

 

** Attachment added: "Screenshot of two versions"
   https://bugs.launchpad.net/bugs/974119/+attachment/3008336/+files/NUnit_TextOutput.jpg

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