diff options
Diffstat (limited to 'tools/NUnit/doc/releaseNotes.html')
-rw-r--r-- | tools/NUnit/doc/releaseNotes.html | 47 |
1 files changed, 41 insertions, 6 deletions
diff --git a/tools/NUnit/doc/releaseNotes.html b/tools/NUnit/doc/releaseNotes.html index f618965..26eb33f 100644 --- a/tools/NUnit/doc/releaseNotes.html +++ b/tools/NUnit/doc/releaseNotes.html @@ -33,11 +33,46 @@ dt { font-weight: bold } <h2>Release Notes</h2> - <div style="max-width:660px;text-align:right"> -<a href="releaseBreakdown.html">View Changes Separately for Each 2.6 Pre-Release</a> +<a href="releaseBreakdown.html">View Changes Separately for Each Pre-Release</a> </div> +<style><!-- +li { padding-bottom: .5em; } +ul ul li { padding-bottom: 0; } +dt { font-weight: bold } +--></style> + +<h3>NUnit 2.6.1 Final Release - Version 2.6.1.12217 - August 4, 2012</h3> + +<h4>General</h4> + +<ul> +<li>The build number (fourth component) is no longer part of the package name. For example, packages for this release use NUnit-2.6.1-rc as their base name. +<li>NuGet packages are now provided. +</ul> + +<h4>Bug Fixes</h4> + +<ul> +<li>942164 NUnit 2.6 GUI does not generate TestResult.xml +<li>957899 Feature: Assert.DoesNotThrow() needs exception details +<li>959576 NUnit-console executes in STA mode +<li>973248 Nunit 2.6 Gui Showing wrong result state +<li>984040 Has.Attribute error +<li>992792 Documentation bug in NoItemConstraint +<li>992799 SetUpFixture and SetUp doc inconsistency +<li>993247 Tests fail with IOException: Too many open files +<li>994691 Update nSubstitute to 1.4.2 +<li>997871 Console test runner does not return non-zero exit code when there are invalid tests +<li>1000181 Parameterized TestFixture with System.Type as constructor arguments fails +<li>1006604 Explicit test runs if /exclude parameter is used +<li>1012128 Not all tests are carried out in Windows 7 x64 +<li>1023058 Remove limitations on location of ConfigurationFile in project editor +<li>1025218 Using Open Generic Types In TestFixture Attribute Causes Exception When Loading Test DLL +<li>1027227 QuickStart document needs to be updated +<li>1027269 Problem with "Exclude these categories" +</ul> <style><!-- li { padding-bottom: .5em; } @@ -333,7 +368,7 @@ dt { font-weight: bold } <!-- Submenu --> <div id="subnav"> <ul> -<li><a href="index.html">NUnit 2.6</a></li> +<li><a href="index.html">NUnit 2.6.1</a></li> <ul> <li><a href="getStarted.html">Getting Started</a></li> <li><a href="writingTests.html">Writing Tests</a></li> @@ -346,12 +381,12 @@ dt { font-weight: bold } <li><a href="samples.html">Samples</a></li> <li><a href="license.html">License</a></li> </ul> -<li><a href="vsTestAdapter.html">NUnit Test Adapter 0.90</a></li> +<li><a href="vsTestAdapter.html">NUnit Test Adapter</a></li> <ul> <li><a href="vsTestAdapterLicense.html">License</a></li> </ul> -<li><a href="&r=2.6.html"></a></li> -<li><a href="&r=2.6.html"></a></li> +<li><a href="&r=2.6.1.html"></a></li> +<li><a href="&r=2.6.1.html"></a></li> </ul> </div> <!-- End of Submenu --> |