Skip to content

Commit

Permalink
Added the Terminate agent if main process has terminated to th changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rprouse committed Jan 14, 2017
1 parent b16914f commit ebd2899
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NUnit 3.6 - January 11, 2017
NUnit 3.6 - January 14, 2017

Console Runner

Expand All @@ -8,6 +8,11 @@ Console Runner
* Messages from the new Multiple Assert blocks will be displayed individually
* Warnings from the new Warn.If, Warn.Unless and Assert.Warn are now displayed

Engine

* NUnit agents now monitor the running engine process and will terminate themselves
if the parent runner process is killed or dies

Issues Resolved

* 16 NUnit Engine Tests fail if not run from test directory
Expand All @@ -23,6 +28,7 @@ Issues Resolved
* 110 Writability check could give a friendlier message.
* 113 Add task descriptions to Build.cake
* 127 Modify console runner to display multiple assert information
* 128 Terminate agent if main process has terminated
* 133 NUnit downloadable packages zip file naming is confusing and non-intuitive
* 136 Handle early termination of multiple assert block
* 138 Report Warnings in console runner
Expand Down

0 comments on commit ebd2899

Please sign in to comment.