New test.
[mono.git] / mcs / class / Microsoft.Build.Engine / Test / Microsoft.Build.BuildEngine / ChangeLog
1 2009-02-15  Jonathan Chambers  <joncham@gmail.com>
2
3         * BuildChooseTest.cs (TestValueXml): Add tests for Choose.
4         Currently not working.
5
6 2009-02-12  Jonathan Chambers  <joncham@gmail.com>
7
8         * BuildPropertyTest.cs (TestValueXml): New.
9
10 2009-02-01  Ankit Jain  <jankit@novell.com>
11
12         * ProjectTest.cs (TestBuild[23]): Check number of task started/finished
13         events.
14         (TestResetBuildStat): Remove "NotWorking".
15         (TestBuild4): Likewise. Check number of task started/finished events.
16
17         * TargetTest.cs (TestTargetOutputs1): New.
18
19 2009-01-30  Ankit Jain  <jankit@novell.com>
20
21         * ProjectTest.cs (TestRequiredTask_*): New.
22         (TestBatchedMetadataRef5): New.
23
24 2009-01-29  Ankit Jain  <jankit@novell.com>
25
26         * BuildItemTest.cs (TestBuildItemTransform): New.
27
28 2009-01-06  Ankit Jain  <jankit@novell.com>
29
30         * ProjectTest.cs (TestInitialTargets): New.
31
32 2009-01-06  Ankit Jain  <jankit@novell.com>
33
34         * EngineTest.cs: Update tests for null targetNames argument to
35         project.Build
36
37 2008-12-30  Ankit Jain  <jankit@novell.com>
38
39         * ProjectTest.cs (TestBatchedMetadataRef[23]): Modify to check for
40         multiple items with same metadata value, incase of unqualified metadata
41         references.
42         Track changes in BatchingTestTask.
43
44 2008-12-17  Ankit Jain  <jankit@novell.com>
45
46         * ProjectTest.cs (TestBatchedMetadataRef1): Modify to check for multiple
47         items with same metadata value.
48
49 2008-11-22  Ankit Jain  <jankit@novell.com>
50
51         * ProjectTest.cs (TestBatchedMetadataRef*): New tests for metadata
52         references.
53
54 2008-11-21  Ankit Jain  <jankit@novell.com>
55
56         * BuildItemTest.cs (TestGetEvaluatedMetadata1): Add test for 'Identity'.
57
58 2008-10-01  Ankit Jain  <jankit@novell.com>
59
60         * ProjectTest.cs: Refactor BuildProjectFile tests. Add tests for loading
61         project from files and xml string.
62
63 2008-09-24  Ankit Jain  <jankit@novell.com>
64
65         * EngineTest.cs:
66         * ProjectTest.cs: Add tests for Build*
67
68 2007-03-17  Marek Sieradzki  <marek.sieradzki@gmail.com>
69
70         * Consts.cs: Check for runtime not platform.
71
72 2007-03-06  Marek Sieradzki  <marek.sieradzki@gmail.com>
73
74         * BuildPropertyTest.cs, ProjectTest.cs: More tests.
75
76 2007-02-03  Marek Sieradzki  <marek.sieradzki@gmail.com>
77
78         * BuildPropertyGroupTest.cs: More tests.
79
80 2007-01-28  Marek Sieradzki  <marek.sieradzki@gmail.com>
81
82         * BuildItemTest.cs: Enabled 2 tests.
83
84 2007-01-26  Marek Sieradzki  <marek.sieradzki@gmail.com>
85
86         * BuildPropertyGroupTest.cs: Trivial test for SetProperty ().
87
88 2007-01-23  Marek Sieradzki  <marek.sieradzki@gmail.com>
89
90         * ProjectTest: Removed warning.
91
92 2007-01-21  Marek Sieradzki  <marek.sieradzki@gmail.com>
93
94         * ProjectTest.cs: Tests for Project.AddNewItem ().
95
96 2007-01-16  Marek Sieradzki  <marek.sieradzki@gmail.com>
97
98         * BuildItemTest.cs, BuildPropertyGroupTest.cs,
99         UsingTaskCollectionTest.cs, ImportCollectionTest.cs,
100         BuildItemGroupTest.cs, BuildPropertyGroupCollectionTest.cs,
101         TargetCollectionTest.cs, EngineTest.cs, ProjectTest.cs,
102         BuildItemGroupCollectionTest.cs: Added more tests and replaced
103         Ignores with Category ("NotDotNet")
104
105 2007-01-14  Marek Sieradzki  <marek.sieradzki@gmail.com>
106
107         * BuildItemGroupTest.cs, ProjectTest.cs: Added more tests.
108
109 2007-01-12  Marek Sieradzki  <marek.sieradzki@gmail.com>
110
111         * ProjectTest.cs, BuildPropertyGroupTest.cs: Enable more tests.
112
113 2007-01-12  Marek Sieradzki  <marek.sieradzki@gmail.com>
114
115         * BuildItemTest.cs, BuildPropertyGroupTest.cs, TargetTest.cs,
116         TargetCollectionTest.cs, ProjectTest.cs: More tests.
117
118 2007-01-10  Marek Sieradzki  <marek.sieradzki@gmail.com>
119
120         * BuildPropertyGroupTest.cs, BuildItemGroupTest.cs: Check if XML has
121         changed.
122         * TestNamespaceManager.cs: Added.
123
124 2007-01-08  Marek Sieradzki  <marek.sieradzki@gmail.com>
125
126         * ImportTest.cs: Added test for project importing another project
127         importing another project.
128
129 2007-01-08  Marek Sieradzki  <marek.sieradzki@gmail.com>
130
131         * BuildItemTest.cs: More tests.
132         * InvalidProjectFileExceptionTest.cs: Added GetObjectData () tests.
133
134 2007-01-02  Marek Sieradzki  <marek.sieradzki@gmail.com>
135
136         * BuildItemTest.cs: Tests for items from XML.
137         * BuildPropertyGroupTest.cs, BuildTaskTest.cs, BuildItemGroupTest.cs,
138         BuildPropertyTest.cs, ProjectTest.cs: More tests.
139
140 2006-12-20  Marek Sieradzki  <marek.sieradzki@gmail.com>
141
142         * BuildItemGroupTest.cs: Enabled TestAddNewItem2 ().
143
144 2006-12-19  Marek Sieradzki  <marek.sieradzki@gmail.com>
145
146         * TargetTest.cs, TargetCollectionTest.cs: Enabled all tests.
147
148 2006-12-19  Marek Sieradzki  <marek.sieradzki@gmail.com>
149
150         * BuildItemTest.cs, BuildPropertyGroupTest.cs,
151         UsingTaskCollectionTest.cs, TargetTest.cs, BuildItemGroupTest.cs,
152         BuildPropertyGroupCollectionTest.cs, TargetCollectionTest.cs,
153         BuildPropertyTest.cs, EngineTest.cs, ProjectTest.cs,
154         BuildItemGroupCollectionTest.cs: Added more tests.
155
156 2006-12-18  Marek Sieradzki  <marek.sieradzki@gmail.com>
157
158         * BuildItemGroupTest.cs: Enabled a test.
159
160 2006-12-16  Marek Sieradzki  <marek.sieradzki@gmail.com>
161
162         * ConsoleLoggerTest.cs: Added.
163         * ProjectTest.cs, BuildItemTest.cs: More tests.
164
165 2006-12-12  Marek Sieradzki  <marek.sieradzki@gmail.com>
166
167         * ImportTest.cs: Added test for IsImported on imported BuildItemGroup.
168
169 2006-12-11  Marek Sieradzki  <marek.sieradzki@gmail.com>
170
171         * ProjectTest.cs: Added more tests.
172
173 2006-12-08  Marek Sieradzki  <marek.sieradzki@gmail.com>
174
175         * UsingTaskCollectionTest.cs: Change task name to TrueTestTask and add
176         a new add a test.
177
178 2006-12-07  Marek Sieradzki  <marek.sieradzki@gmail.com>
179
180         * BuildItemTest.cs, BuildPropertyGroupTest.cs, BuildTaskTest.cs,
181         UsingTaskCollectionTest.cs, ProjectTest.cs: More tests.
182
183 2006-12-05  Marek Sieradzki  <marek.sieradzki@gmail.com>
184
185         * BuildItemTest.cs: Reformatted.
186         * BuildTaskTest.cs, TargetTest.cs, ImportCollectionTest.cs,
187         TargetCollectionTest.cs, ImportTest.cs: Enabled more tests.
188
189 2006-12-04  Marek Sieradzki  <marek.sieradzki@gmail.com>
190
191         * BuildPropertyGroupTest.cs, UsingTaskCollectionTest.cs,
192         BuildPropertyGroupCollectionTest.cs, BuildPropertyGroupTest.cs,
193         EngineTest.cs, UsingTaskTest.cs, Consts.cs: Added platform dependent
194         BinPath.
195         * ProjectTest.cs: New tests.
196         * BuildTaskTest.cs, TargetTest.cs, ImportCollectionTest.cs,
197         BuildItemGroupTest.cs, TargetCollectionTest.cs,
198         BuildItemGroupCollectionTest.cs, ImportTest.cs: Added.
199
200 2006-10-06  Marek Sieradzki  <marek.sieradzki@gmail.com>
201
202         * BuildItemTest.cs:
203         * BuildPropertyTest.cs:
204         * ProjectTest.cs:
205         * BuildPropertyGroupCollectionTest.cs: Uncommented tests and added
206         [Ignore] to them.
207
208 2006-06-22  Marek Sieradzki  <marek.sieradzki@gmail.com>
209
210         * UsingTaskCollectionTest.cs, UsingTaskTest.cs: Updated names.
211         * ProjectTest.cs: Moved most of the old tests to various/.
212         * Consts.cs: Added.
213
214 2006-06-14  Marek Sieradzki  <marek.sieradzki@gmail.com>
215
216         * BuildPropertyGroupTest.cs: Added some tests.
217         * UsingTaskCollectionTest.cs: Added very simple test.
218         * UsingTaskTest.cs: Added test that's loading SimpleTask.dll task from
219         Test/resources/. Test/resources/SimpleTask.cs should be compiled
220         before running tests. I need to find out how to add it to Makefile.
221
222 2006-06-02  Marek Sieradzki  <marek.sieradzki@gmail.com>
223
224         * BuildPropertyTest.cs: Added.
225         * BuildPropertyGroupTest.cs: Added.
226         * BuildPropertyGroupCollectionTest.cs: Added.
227
228 2006-05-27  Marek Sieradzki  <marek.sieradzki@gmail.com>
229
230         * BuildItemTest.cs: Swapped expected with actual results.
231         * UtilitiesTest.cs: Added.
232
233 2006-05-03  Marek Sieradzki  <marek.sieradzki@gmail.com>
234
235         * ProjectTest.cs, EngineTest.cs: Corrected BinPath once more.
236
237 2006-04-24  Marek Sieradzki  <marek.sieradzki@gmail.com>
238
239         * ProjectTest.cs, EngineTest.cs: Corrected BinPath.
240
241 2006-04-24  Marek Sieradzki  <marek.sieradzki@gmail.com>
242
243         * ProjectTest.cs: Added tests for loading of default tasks (from
244         Microsoft.Build.Tasks).
245
246 2006-03-29  Crestez Leonard  <cdleonard@gmail.com>
247
248         * EngineTest.cs: Added test for GlobalEngine.
249         * ProjectTest.cs: Fixed tests.
250         
251 2006-03-27  Crestez Leonard  <cdleonard@gmail.com>
252
253         * ProjectTest.cs, EngineTest.cs: Added new tests.
254
255 2006-03-23  Marek Sieradzki  <marek.sieradzki@gmail.com>
256
257         * Microsoft.Build.Engine.Test.csproj: Updated.
258
259 2006-03-21  Crestez Leonard  <cdleonard@gmail.com>
260
261         * InternalLoggerExceptionTest.cs, InvalidProjectFileExceptionTest.cs:
262         Got rid of compilation warnings.
263         * ProjectTest.cs: Added new tests.
264
265 2006-03-21  Marek Sieradzki  <marek.sieradzki@gmail.com>
266
267         * InvalidProjectFileExceptionTest.cs, EngineTest.cs, ProjectTest.cs:
268         Updated tests.
269
270 2006-03-18  Marek Sieradzki  <marek.sieradzki@gmail.com>
271
272         * InternalLoggerExceptionTest.cs, InvalidProjectFileExceptionTest.cs,
273         EngineTest.cs, ProjectTest.cs: Added new tests.
274         * BuildItemTest.cs: Added.
275         * Microsoft.Build.Engine.Test.sln, Microsoft.Build.Engine.Test.csproj:
276         Added VS 2005/SD2 solution.
277
278 2006-03-18  Marek Sieradzki  <marek.sieradzki@gmail.com>
279
280         * Project.cs: Added new tests.
281
282 2006-02-27  Marek Sieradzki  <marek.sieradzki@gmail.com>
283
284         * Engine.cs, Project.cs: Removed references to IEngine and IProject.
285
286 2005-09-03  Marek Sieradzki  <marek.sieradzki@gmail.com>
287
288         * ProjectTest.cs, EngineTest.cs: Added next simple tests.
289
290 2005-08-31  Marek Sieradzki  <marek.sieradzki@gmail.com>
291
292         * InternalLoggerExceptionTest.cs, InvalidProjectFileExceptionTest.cs:
293         Added simple tests.