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

ChangeLog « NUnit « Extras - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 61f9e6384ea7b7a89628cc30ba5e15d0b319e433 (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
2006-07-03 Lluis Sanchez Gual  <lluis@novell.com> 

	* MonoDevelop.NUnit.mdp:
	* Makefile.am:
	* templates/NUnitTestClass.xft.xml: Added new file template for
	  unit tests.
	  
	* Services/UnitTest.cs: Removed DataItem attributes, since they
	  are not ignored anymore.
	* MonoDevelopNUnit.addin.xml: Updated versions.

2006-06-15 Lluis Sanchez Gual  <lluis@novell.com>

	* Services/NUnitService.cs: Use the new extension listeners to
	  read extensions.

2006-05-31 Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelopNUnit.addin.xml:
	* Services/NUnitService.cs: Added an extension point for registering
	  test providers. It replaces the RegisterTestProvider api call.

2006-05-04 Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelopNUnit.addin.xml: Updated versions.
	* MonoDevelop.NUnit.mdp: Updated.

2006-04-18 Lluis Sanchez Gual  <lluis@novell.com>

	* Gui/CircleImage.cs: Added static constructor to get
	strict "beforefieldinit" semantics, so that the images
	are loaded after GTK is initialized.

2006-04-04 Lluis Sanchez Gual  <lluis@novell.com>

	* Makefile.am: Reference nunit libraries using $(NUNIT_LIBS).
	  Patch by Christian Hergert.

2006-04-03 Lluis Sanchez Gual  <lluis@novell.com>

	* NUnit/Services/NUnitService.cs: Use a GUI thread safe
	  subscription to CombineOpened event.

2006-03-30 Lluis Sanchez Gual <lluis@novell.com>

	* MonoDevelop.NUnit.addin.xml: Added info about the
	  nunit dependency.

2006-03-30 Lluis Sanchez Gual <lluis@novell.com> 

	* MonoDevelop.NUnit.addin.xml: Updated references.

2006-03-24 Lluis Sanchez Gual  <lluis@novell.com>   

	* MonoDevelop.NUnit.mdp: Updated.
	* Makefile.am: Use an unified format. Patch by Matze Braun.
	* MonoDevelopNUnit.addin.xml: Updated add-in versions.

2006-03-22  Lluis Sanchez Gual  <lluis@novell.com> 

	* NUnit/MonoDevelopNUnit.addin.xml: Declared nunit.framework
	  dependency.

2005-12-22  David Makovský <yakeen@sannyas-on.net> 

	* Gui/TestResultsPad.cs:
	* Gui/NUnitOptionsPanel.cs:
	* Gui/TestNodeBuilder.cs:
	* Gui/TestPad.cs: Make some strings translatable.


2005-11-15  Lluis Sanchez Gual  <lluis@novell.com> 

	* Services/NUnitTestCase.cs:
	* Services/NUnitTestSuite.cs:
	* Services/NUnitAssemblyTestSuite.cs:
	* Services/ExternalTestRunner.cs: Properly handle the case when it's
	running a single test case.
	
	* Services/UnitTest.cs: Save the inherited store if needed.
	* Services/XmlResultsStore.cs: Reset the modified flag once the
	store is saved.
	* Gui/TestResultsPad.cs: Clear the output buffer when refreshing the
	results list.
	* MonoDevelopNUnit.addin.xml: Added dependency.

2005-10-11  Lluis Sanchez Gual  <lluis@novell.com> 

	* MonoDevelopNUnit.addin.xml: Fixed addin header information.
	Use "id" attribuet instead of "name" to identify addins.

2005-10-04  Lluis Sanchez Gual  <lluis@novell.com> 

	* MonoDevelopNUnit.addin.xml: Added addin dependencies.
	* Gui/UnitTestOptionsDialog.cs: Use the new addin API.

2005-09-22  Lluis Sanchez Gual  <lluis@novell.com> 

	* Services/NUnitService.cs:
	* Services/CombineTestGroup.cs:
	* Services/NUnitProjectTestSuite.cs:
	* Services/SystemTestProvider.cs: Only generate a test suite for
	projects that reference the nunit.framework assembly.

2005-08-12  Lluis Sanchez Gual  <lluis@novell.com> 

	* templates/*:
	* MonoDevelopNUnit.addin.xml: Properly reference resource icons and
	templates.
	* Makefile.am: Embed icon and templates as resources.
	* Gui/NUnitAssemblyGroupConfigurationNodeBuilder.cs: Track changes in
	the Stock class.

2005-08-10  Lluis Sanchez Gual  <lluis@novell.com>

	* Services/NUnitService.cs:
	* Gui/UnitTestOptionsDialog.cs: Track changes in TreeViewOptions.

2005-08-10  Ben Motmans  <ben.motmans@gmail.com>

	* MonoDevelop.NUnit.mdp: references update

2005-08-09  Lluis Sanchez Gual  <lluis@novell.com>

	* Services/NUnitProjectTestSuite.cs: Use the new IParserContext API.

2005-08-03  Lluis Sanchez Gual  <lluis@novell.com>

	* Gui/TestPad.cs:
	* Gui/TestResultsPad.cs: Use the new command service to show
	context menus.

2005-07-27  Lluis Sanchez Gual  <lluis@novell.com> 

	* Project/NUnitAssemblyGroupProject.cs: Track api changes.

2005-07-13  Lluis Sanchez Gual  <lluis@novell.com> 

	* New addin implementation.

2005-03-16  John Luke  <john.luke@gmail.com>

	* Redo the nunit addin based on gnunit