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