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: 776688a656f05401f12795b23fb79ff67c366cea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
2006-01-25 Boris Kirzner <borisk@mainsoft.com>
	* ConsoleUi.cs: added #ifdef for features not supported in TARGET_JVM.
	* nunit-console.J2EE.vmwcsproj: added project file for TARGET_JVM.

2006-01-12  Raja R Harinath  <rharinath@novell.com>

	* Makefile: Revert my '2006-01-10' commit.  Prefer the more
	generic fix to build/executable.make.
	(DISTFILES): Distribute nunit-console.exe.config.net_2_0.
	* nunit-console.exe.net_2_0.config: Delete.

2006-01-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* nunit-console.exe.config.net_2_0: configuration for
	nunit-console in the 2.0 profile.

2006-01-10  Raja R Harinath  <rharinath@novell.com>

	This should fix #76928.  This fix incorporates ideas from a patch
	posted on that bugreport.
	* Makefile [net_2_0 profile]: Don't build nunit-console.exe.  Copy
	the executable from the 'default' profile, and use a slightly
	customized nunit-console.exe.config.
	* nunit-console.exe.net_2_0.config: New config file for the
	net_2_0 profile.  Alter the list of 'supportedRuntime's to prefer
	the 2.0 runtime.

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.