* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / System.Web / Test / System.Web.Configuration / ChangeLog
1 2006-06-26  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * NullableStringValidatorTest.cs : new aggregated tests for
4           properties that use PropertyHelper.EmptyStringValidator.
5
6 2006-03-08  Chris Toshok  <toshok@ximian.com>
7
8         * SiteMapSectionTest.cs: test defaults.
9
10 2005-12-06  Chris Toshok  <toshok@ximian.com>
11
12         * AuthorizationRuleCollectionTest.cs (GetElementKey): new test.
13
14         * AuthorizationRuleTest.cs (PostDeserialize): PostDeserialize
15         doesn't return a value.
16
17 2005-12-05  Chris Toshok  <toshok@ximian.com>
18
19         * ClientTargetTest.cs: new tests.
20
21         * AssemblyCollectionTest.cs: new tests.
22
23         * CustomErrorCollectionTest.cs: new tests.
24
25         * AuthorizationRuleCollectionTest.cs: new tests.
26
27         * CodeSubDirectoryTest.cs: new tests.
28         
29 2005-12-02  Chris Toshok  <toshok@ximian.com>
30
31         * ProfilePropertySettingsTest.cs: new tests.
32
33         * GlobalizationSectionTest.cs: add PostDeserialize test.
34
35         * AuthorizationRuleTest.cs: add PostDeserialize test.
36
37 2005-12-01  Chris Toshok  <toshok@ximian.com>
38
39         * GlobalizationSectionTest.cs: Add a test for PreSerialize.
40
41         * AuthorizationRuleTest.cs: Add a test for
42         Preserialize/SerializeElement.
43
44 2005-11-23  Chris Toshok  <toshok@ximian.com>
45
46         * MachineKeyValidationConverterTest.cs: new test.
47
48 2005-11-18  Chris Toshok  <toshok@ximian.com>
49
50         * GlobalizationSectionTest.cs, HostingEnvironmentSectionTest.cs,
51         CacheSectionTest.cs, CustomErrorsSectionTest.cs,
52         HealthMonitoringSectionTest.cs, CompilationSectionTest.cs,
53         DeploymentSectionTest.cs, ClientTargetSectionTest.cs: new tests.
54
55
56 2005-11-14  Chris Toshok  <toshok@ximian.com>
57
58         * AnonymousIdentificationSectionTest.cs: remove MS stacktrace
59         comment.
60
61         * BuildProviderTest.cs: new tests.
62
63         * AuthorizationRuleTest.cs: new tests.
64
65         * AuthorizationSectionTest.cs: new tests.
66
67         * AuthenticationSectionTest.cs: new tests.
68
69         * BufferModeSettingsTest.cs: new tests.
70
71 2005-11-13  Chris Toshok  <toshok@ximian.com>
72
73         * AssemblyInfoTest.cs: programmatic property access tests.
74
75         * AnonymousIdentificationSectionTest.cs: same.
76
77 2005-09-02  Sebastien Pouliot  <sebastien@ximian.com>
78
79         * HttpCapabilitiesBaseCas.cs: New. CAS unit tests for 
80         HttpCapabilitiesBase class.