2007-01-23 Marek Sieradzki <marek.sieradzki@gmail.com>
[mono.git] / mcs / class / Microsoft.Build.Engine / Test / Microsoft.Build.BuildEngine / ChangeLog
1 2007-01-23  Marek Sieradzki  <marek.sieradzki@gmail.com>
2
3         * ProjectTest: Removed warning.
4
5 2007-01-21  Marek Sieradzki  <marek.sieradzki@gmail.com>
6
7         * ProjectTest.cs: Tests for Project.AddNewItem ().
8
9 2007-01-16  Marek Sieradzki  <marek.sieradzki@gmail.com>
10
11         * BuildItemTest.cs, BuildPropertyGroupTest.cs,
12         UsingTaskCollectionTest.cs, ImportCollectionTest.cs,
13         BuildItemGroupTest.cs, BuildPropertyGroupCollectionTest.cs,
14         TargetCollectionTest.cs, EngineTest.cs, ProjectTest.cs,
15         BuildItemGroupCollectionTest.cs: Added more tests and replaced
16         Ignores with Category ("NotDotNet")
17
18 2007-01-14  Marek Sieradzki  <marek.sieradzki@gmail.com>
19
20         * BuildItemGroupTest.cs, ProjectTest.cs: Added more tests.
21
22 2007-01-12  Marek Sieradzki  <marek.sieradzki@gmail.com>
23
24         * ProjectTest.cs, BuildPropertyGroupTest.cs: Enable more tests.
25
26 2007-01-12  Marek Sieradzki  <marek.sieradzki@gmail.com>
27
28         * BuildItemTest.cs, BuildPropertyGroupTest.cs, TargetTest.cs,
29         TargetCollectionTest.cs, ProjectTest.cs: More tests.
30
31 2007-01-10  Marek Sieradzki  <marek.sieradzki@gmail.com>
32
33         * BuildPropertyGroupTest.cs, BuildItemGroupTest.cs: Check if XML has
34         changed.
35         * TestNamespaceManager.cs: Added.
36
37 2007-01-08  Marek Sieradzki  <marek.sieradzki@gmail.com>
38
39         * ImportTest.cs: Added test for project importing another project
40         importing another project.
41
42 2007-01-08  Marek Sieradzki  <marek.sieradzki@gmail.com>
43
44         * BuildItemTest.cs: More tests.
45         * InvalidProjectFileExceptionTest.cs: Added GetObjectData () tests.
46
47 2007-01-02  Marek Sieradzki  <marek.sieradzki@gmail.com>
48
49         * BuildItemTest.cs: Tests for items from XML.
50         * BuildPropertyGroupTest.cs, BuildTaskTest.cs, BuildItemGroupTest.cs,
51         BuildPropertyTest.cs, ProjectTest.cs: More tests.
52
53 2006-12-20  Marek Sieradzki  <marek.sieradzki@gmail.com>
54
55         * BuildItemGroupTest.cs: Enabled TestAddNewItem2 ().
56
57 2006-12-19  Marek Sieradzki  <marek.sieradzki@gmail.com>
58
59         * TargetTest.cs, TargetCollectionTest.cs: Enabled all tests.
60
61 2006-12-19  Marek Sieradzki  <marek.sieradzki@gmail.com>
62
63         * BuildItemTest.cs, BuildPropertyGroupTest.cs,
64         UsingTaskCollectionTest.cs, TargetTest.cs, BuildItemGroupTest.cs,
65         BuildPropertyGroupCollectionTest.cs, TargetCollectionTest.cs,
66         BuildPropertyTest.cs, EngineTest.cs, ProjectTest.cs,
67         BuildItemGroupCollectionTest.cs: Added more tests.
68
69 2006-12-18  Marek Sieradzki  <marek.sieradzki@gmail.com>
70
71         * BuildItemGroupTest.cs: Enabled a test.
72
73 2006-12-16  Marek Sieradzki  <marek.sieradzki@gmail.com>
74
75         * ConsoleLoggerTest.cs: Added.
76         * ProjectTest.cs, BuildItemTest.cs: More tests.
77
78 2006-12-12  Marek Sieradzki  <marek.sieradzki@gmail.com>
79
80         * ImportTest.cs: Added test for IsImported on imported BuildItemGroup.
81
82 2006-12-11  Marek Sieradzki  <marek.sieradzki@gmail.com>
83
84         * ProjectTest.cs: Added more tests.
85
86 2006-12-08  Marek Sieradzki  <marek.sieradzki@gmail.com>
87
88         * UsingTaskCollectionTest.cs: Change task name to TrueTestTask and add
89         a new add a test.
90
91 2006-12-07  Marek Sieradzki  <marek.sieradzki@gmail.com>
92
93         * BuildItemTest.cs, BuildPropertyGroupTest.cs, BuildTaskTest.cs,
94         UsingTaskCollectionTest.cs, ProjectTest.cs: More tests.
95
96 2006-12-05  Marek Sieradzki  <marek.sieradzki@gmail.com>
97
98         * BuildItemTest.cs: Reformatted.
99         * BuildTaskTest.cs, TargetTest.cs, ImportCollectionTest.cs,
100         TargetCollectionTest.cs, ImportTest.cs: Enabled more tests.
101
102 2006-12-04  Marek Sieradzki  <marek.sieradzki@gmail.com>
103
104         * BuildPropertyGroupTest.cs, UsingTaskCollectionTest.cs,
105         BuildPropertyGroupCollectionTest.cs, BuildPropertyGroupTest.cs,
106         EngineTest.cs, UsingTaskTest.cs, Consts.cs: Added platform dependent
107         BinPath.
108         * ProjectTest.cs: New tests.
109         * BuildTaskTest.cs, TargetTest.cs, ImportCollectionTest.cs,
110         BuildItemGroupTest.cs, TargetCollectionTest.cs,
111         BuildItemGroupCollectionTest.cs, ImportTest.cs: Added.
112
113 2006-10-06  Marek Sieradzki  <marek.sieradzki@gmail.com>
114
115         * BuildItemTest.cs:
116         * BuildPropertyTest.cs:
117         * ProjectTest.cs:
118         * BuildPropertyGroupCollectionTest.cs: Uncommented tests and added
119         [Ignore] to them.
120
121 2006-06-22  Marek Sieradzki  <marek.sieradzki@gmail.com>
122
123         * UsingTaskCollectionTest.cs, UsingTaskTest.cs: Updated names.
124         * ProjectTest.cs: Moved most of the old tests to various/.
125         * Consts.cs: Added.
126
127 2006-06-14  Marek Sieradzki  <marek.sieradzki@gmail.com>
128
129         * BuildPropertyGroupTest.cs: Added some tests.
130         * UsingTaskCollectionTest.cs: Added very simple test.
131         * UsingTaskTest.cs: Added test that's loading SimpleTask.dll task from
132         Test/resources/. Test/resources/SimpleTask.cs should be compiled
133         before running tests. I need to find out how to add it to Makefile.
134
135 2006-06-02  Marek Sieradzki  <marek.sieradzki@gmail.com>
136
137         * BuildPropertyTest.cs: Added.
138         * BuildPropertyGroupTest.cs: Added.
139         * BuildPropertyGroupCollectionTest.cs: Added.
140
141 2006-05-27  Marek Sieradzki  <marek.sieradzki@gmail.com>
142
143         * BuildItemTest.cs: Swapped expected with actual results.
144         * UtilitiesTest.cs: Added.
145
146 2006-05-03  Marek Sieradzki  <marek.sieradzki@gmail.com>
147
148         * ProjectTest.cs, EngineTest.cs: Corrected BinPath once more.
149
150 2006-04-24  Marek Sieradzki  <marek.sieradzki@gmail.com>
151
152         * ProjectTest.cs, EngineTest.cs: Corrected BinPath.
153
154 2006-04-24  Marek Sieradzki  <marek.sieradzki@gmail.com>
155
156         * ProjectTest.cs: Added tests for loading of default tasks (from
157         Microsoft.Build.Tasks).
158
159 2006-03-29  Crestez Leonard  <cdleonard@gmail.com>
160
161         * EngineTest.cs: Added test for GlobalEngine.
162         * ProjectTest.cs: Fixed tests.
163         
164 2006-03-27  Crestez Leonard  <cdleonard@gmail.com>
165
166         * ProjectTest.cs, EngineTest.cs: Added new tests.
167
168 2006-03-23  Marek Sieradzki  <marek.sieradzki@gmail.com>
169
170         * Microsoft.Build.Engine.Test.csproj: Updated.
171
172 2006-03-21  Crestez Leonard  <cdleonard@gmail.com>
173
174         * InternalLoggerExceptionTest.cs, InvalidProjectFileExceptionTest.cs:
175         Got rid of compilation warnings.
176         * ProjectTest.cs: Added new tests.
177
178 2006-03-21  Marek Sieradzki  <marek.sieradzki@gmail.com>
179
180         * InvalidProjectFileExceptionTest.cs, EngineTest.cs, ProjectTest.cs:
181         Updated tests.
182
183 2006-03-18  Marek Sieradzki  <marek.sieradzki@gmail.com>
184
185         * InternalLoggerExceptionTest.cs, InvalidProjectFileExceptionTest.cs,
186         EngineTest.cs, ProjectTest.cs: Added new tests.
187         * BuildItemTest.cs: Added.
188         * Microsoft.Build.Engine.Test.sln, Microsoft.Build.Engine.Test.csproj:
189         Added VS 2005/SD2 solution.
190
191 2006-03-18  Marek Sieradzki  <marek.sieradzki@gmail.com>
192
193         * Project.cs: Added new tests.
194
195 2006-02-27  Marek Sieradzki  <marek.sieradzki@gmail.com>
196
197         * Engine.cs, Project.cs: Removed references to IEngine and IProject.
198
199 2005-09-03  Marek Sieradzki  <marek.sieradzki@gmail.com>
200
201         * ProjectTest.cs, EngineTest.cs: Added next simple tests.
202
203 2005-08-31  Marek Sieradzki  <marek.sieradzki@gmail.com>
204
205         * InternalLoggerExceptionTest.cs, InvalidProjectFileExceptionTest.cs:
206         Added simple tests.