2006-10-06 Marek Sieradzki <marek.sieradzki@gmail.com>
[mono.git] / mcs / class / Microsoft.Build.Engine / Test / Microsoft.Build.BuildEngine / ChangeLog
1 2006-10-06  Marek Sieradzki  <marek.sieradzki@gmail.com>
2
3         * BuildItemTest.cs:
4         * BuildPropertyTest.cs:
5         * ProjectTest.cs:
6         * BuildPropertyGroupCollectionTest.cs: Uncommented tests and added
7         [Ignore] to them.
8
9 2006-06-22  Marek Sieradzki  <marek.sieradzki@gmail.com>
10
11         * UsingTaskCollectionTest.cs, UsingTaskTest.cs: Updated names.
12         * ProjectTest.cs: Moved most of the old tests to various/.
13         * Consts.cs: Added.
14
15 2006-06-14  Marek Sieradzki  <marek.sieradzki@gmail.com>
16
17         * BuildPropertyGroupTest.cs: Added some tests.
18         * UsingTaskCollectionTest.cs: Added very simple test.
19         * UsingTaskTest.cs: Added test that's loading SimpleTask.dll task from
20         Test/resources/. Test/resources/SimpleTask.cs should be compiled
21         before running tests. I need to find out how to add it to Makefile.
22
23 2006-06-02  Marek Sieradzki  <marek.sieradzki@gmail.com>
24
25         * BuildPropertyTest.cs: Added.
26         * BuildPropertyGroupTest.cs: Added.
27         * BuildPropertyGroupCollectionTest.cs: Added.
28
29 2006-05-27  Marek Sieradzki  <marek.sieradzki@gmail.com>
30
31         * BuildItemTest.cs: Swapped expected with actual results.
32         * UtilitiesTest.cs: Added.
33
34 2006-05-03  Marek Sieradzki  <marek.sieradzki@gmail.com>
35
36         * ProjectTest.cs, EngineTest.cs: Corrected BinPath once more.
37
38 2006-04-24  Marek Sieradzki  <marek.sieradzki@gmail.com>
39
40         * ProjectTest.cs, EngineTest.cs: Corrected BinPath.
41
42 2006-04-24  Marek Sieradzki  <marek.sieradzki@gmail.com>
43
44         * ProjectTest.cs: Added tests for loading of default tasks (from
45         Microsoft.Build.Tasks).
46
47 2006-03-29  Crestez Leonard  <cdleonard@gmail.com>
48
49         * EngineTest.cs: Added test for GlobalEngine.
50         * ProjectTest.cs: Fixed tests.
51         
52 2006-03-27  Crestez Leonard  <cdleonard@gmail.com>
53
54         * ProjectTest.cs, EngineTest.cs: Added new tests.
55
56 2006-03-23  Marek Sieradzki  <marek.sieradzki@gmail.com>
57
58         * Microsoft.Build.Engine.Test.csproj: Updated.
59
60 2006-03-21  Crestez Leonard  <cdleonard@gmail.com>
61
62         * InternalLoggerExceptionTest.cs, InvalidProjectFileExceptionTest.cs:
63         Got rid of compilation warnings.
64         * ProjectTest.cs: Added new tests.
65
66 2006-03-21  Marek Sieradzki  <marek.sieradzki@gmail.com>
67
68         * InvalidProjectFileExceptionTest.cs, EngineTest.cs, ProjectTest.cs:
69         Updated tests.
70
71 2006-03-18  Marek Sieradzki  <marek.sieradzki@gmail.com>
72
73         * InternalLoggerExceptionTest.cs, InvalidProjectFileExceptionTest.cs,
74         EngineTest.cs, ProjectTest.cs: Added new tests.
75         * BuildItemTest.cs: Added.
76         * Microsoft.Build.Engine.Test.sln, Microsoft.Build.Engine.Test.csproj:
77         Added VS 2005/SD2 solution.
78
79 2006-03-18  Marek Sieradzki  <marek.sieradzki@gmail.com>
80
81         * Project.cs: Added new tests.
82
83 2006-02-27  Marek Sieradzki  <marek.sieradzki@gmail.com>
84
85         * Engine.cs, Project.cs: Removed references to IEngine and IProject.
86
87 2005-09-03  Marek Sieradzki  <marek.sieradzki@gmail.com>
88
89         * ProjectTest.cs, EngineTest.cs: Added next simple tests.
90
91 2005-08-31  Marek Sieradzki  <marek.sieradzki@gmail.com>
92
93         * InternalLoggerExceptionTest.cs, InvalidProjectFileExceptionTest.cs:
94         Added simple tests.