Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « nunit-console « nunit20 « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a4da4e4d6a1334d7a11da75d7e03c9c907b6546b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
2005-11-05  Kornél Pál  <kornelpal@hotmail.com>

	* nunit-console.exe.config: Updated runtime version to v2.0.50727 (2.0 RTM).

2005-01-13  Atsushi Enomoto  <atsushi@ximian.com>

	* ConsoleUI.cs : at least it should flush stream, even though it
	  cannot close the stream (due to the behavioral difference between
	  Console.Out and usual StreamWriter).

2004-11-26  Martin Baulig  <martin@ximian.com>

	* ConsoleUI.cs (ConsoleUI.Execute): Print a short summary (number
	of tests run, ignored, failed) to the console, honor the /output
	argument for the detailed summary.	

2004-11-23  Raja R Harinath  <rharinath@novell.com>

	* Makefile (NO_INSTALL): Don't install nunit-console.exe.

2004-10-28  Sebastien Pouliot  <sebastien@ximian.com>

	* Updated to NUnit 2.2.0 Final Release.