Skip to content

Commit

Permalink
Updated the issue order in CHANGES.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
rprouse committed Apr 19, 2016
1 parent d8d5d0a commit da73b9b
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,33 +18,33 @@ Console Runner

Issues Resolved

* 1413 Switch console to use a local engine
* 1410 Make OutFile and ErrFile streamwriters synchronized
* 1406 TextCapture is not threadsafe but is used to intercept calls that are expected to be threadsafe
* 1405 ITestRunner.StopRun throws exception of type 'System.MissingMethodException'
* 1399 Fixed NullReference issue introduced by the fix for #681
* 1390 --testlist with file with blank first line causes IndexOutOfRangeException
* 1386 Bug when using Assert.Equals() with types that explicitly implement IEquatable<T>
* 1383 Skip Silverlight build if SDK not installed
* 1359 Compilation error in NUnitPortableDriverTests.cs
* 1352 Tests losing data setup on thread
* 1349 Collision on System.Func from nunit.framework with System.Core in .Net 3.5 (CS0433)
* 1338 BUILDING.txt is outdated
* 1333 Single Thread per Worker
* 1329 Unable to build without Compact Framework
* 1327 TestCaseSource in NUnit 3 converts an argument declared as String[] to String
* 1318 NUnit console runner fails with error code -100
* 1317 Getting CF framework unit tests running on CI build
* 1302 Create EventListener ExtensionPoint for the Engine
* 1266 SetCultureAttribute does not work if set on assembly level
* 1247 Potential memory issue
* 1231 Build may silently fail some tests
* 1208 Apartment on assembly level broken
* 1161 NUnit3-Console should disallow the combination of --inprocess and --x86, giving an error message
* 1141 Explicit Tests get run when using --where with some filters
* 773 Upgrade Travis CI from Legacy Infrastructure
* 640 Keep CF Build (and other future builds) in Sync
* 332 Add CF to the Appveyor CI build
* 640 Keep CF Build (and other future builds) in Sync
* 773 Upgrade Travis CI from Legacy Infrastructure
* 1141 Explicit Tests get run when using --where with some filters
* 1161 NUnit3-Console should disallow the combination of --inprocess and --x86, giving an error message
* 1208 Apartment on assembly level broken
* 1231 Build may silently fail some tests
* 1247 Potential memory issue
* 1266 SetCultureAttribute does not work if set on assembly level
* 1302 Create EventListener ExtensionPoint for the Engine
* 1317 Getting CF framework unit tests running on CI build
* 1318 NUnit console runner fails with error code -100
* 1327 TestCaseSource in NUnit 3 converts an argument declared as String[] to String
* 1329 Unable to build without Compact Framework
* 1333 Single Thread per Worker
* 1338 BUILDING.txt is outdated
* 1349 Collision on System.Func from nunit.framework with System.Core in .Net 3.5 (CS0433)
* 1352 Tests losing data setup on thread
* 1359 Compilation error in NUnitPortableDriverTests.cs
* 1383 Skip Silverlight build if SDK not installed
* 1386 Bug when using Assert.Equals() with types that explicitly implement IEquatable<T>
* 1390 --testlist with file with blank first line causes IndexOutOfRangeException
* 1399 Fixed NullReference issue introduced by the fix for #681
* 1405 ITestRunner.StopRun throws exception of type 'System.MissingMethodException'
* 1406 TextCapture is not threadsafe but is used to intercept calls that are expected to be threadsafe
* 1410 Make OutFile and ErrFile streamwriters synchronized
* 1413 Switch console to use a local engine

NUnit 3.2 - March 5, 2016

Expand Down

0 comments on commit da73b9b

Please sign in to comment.