← Back to team overview

nunit-core team mailing list archive

[Bug 885277] Re: Exception when project calls for a runtime using only 2 digits

 

** Changed in: nunit-3.0
     Assignee: (unassigned) => Charlie Poole (charlie.poole)

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

Title:
  Exception when project calls for a runtime using only 2 digits

Status in NUnit Test Framework:
  Triaged
Status in NUnit V2 Test Framework:
  Fix Committed

Bug description:
  When an nunit test project calls for a different framework from the
  one currently in use and specifies only 2 digits, an exception is
  thrown at line 211 of TestAgency.cs. This is due to calling
  Version.ToString(int) with a value of 3 when only 2 components exist.

  Example: Running under .NET 4.0 or 2.0 (without 3.5 installed) edit a
  project to require the 3.5 framework.

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


References