[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web / Test / System.Web.Configuration / ChangeLog
1 2008-12-23  Marek Habersack  <mhabersack@novell.com>
2
3         * WebConfigurationManagerTest.cs: added new test.
4
5 2007-11-23  Marek Habersack  <mhabersack@novell.com>
6
7         * CacheSectionTest.cs: modified to match the new MS.NET defaults.
8
9 2007-03-24  Marek Habersack  <mhabersack@novell.com>
10
11         * WebConfigurationManagerTest.cs: the tests don't work because of
12         the way the test suite is set up. In a normal application, the
13         three test would work just fine.
14
15 2006-06-26  Atsushi Enomoto  <atsushi@ximian.com>
16
17         * NullableStringValidatorTest.cs : new aggregated tests for
18           properties that use PropertyHelper.EmptyStringValidator.
19
20 2006-03-08  Chris Toshok  <toshok@ximian.com>
21
22         * SiteMapSectionTest.cs: test defaults.
23
24 2005-12-06  Chris Toshok  <toshok@ximian.com>
25
26         * AuthorizationRuleCollectionTest.cs (GetElementKey): new test.
27
28         * AuthorizationRuleTest.cs (PostDeserialize): PostDeserialize
29         doesn't return a value.
30
31 2005-12-05  Chris Toshok  <toshok@ximian.com>
32
33         * ClientTargetTest.cs: new tests.
34
35         * AssemblyCollectionTest.cs: new tests.
36
37         * CustomErrorCollectionTest.cs: new tests.
38
39         * AuthorizationRuleCollectionTest.cs: new tests.
40
41         * CodeSubDirectoryTest.cs: new tests.
42         
43 2005-12-02  Chris Toshok  <toshok@ximian.com>
44
45         * ProfilePropertySettingsTest.cs: new tests.
46
47         * GlobalizationSectionTest.cs: add PostDeserialize test.
48
49         * AuthorizationRuleTest.cs: add PostDeserialize test.
50
51 2005-12-01  Chris Toshok  <toshok@ximian.com>
52
53         * GlobalizationSectionTest.cs: Add a test for PreSerialize.
54
55         * AuthorizationRuleTest.cs: Add a test for
56         Preserialize/SerializeElement.
57
58 2005-11-23  Chris Toshok  <toshok@ximian.com>
59
60         * MachineKeyValidationConverterTest.cs: new test.
61
62 2005-11-18  Chris Toshok  <toshok@ximian.com>
63
64         * GlobalizationSectionTest.cs, HostingEnvironmentSectionTest.cs,
65         CacheSectionTest.cs, CustomErrorsSectionTest.cs,
66         HealthMonitoringSectionTest.cs, CompilationSectionTest.cs,
67         DeploymentSectionTest.cs, ClientTargetSectionTest.cs: new tests.
68
69
70 2005-11-14  Chris Toshok  <toshok@ximian.com>
71
72         * AnonymousIdentificationSectionTest.cs: remove MS stacktrace
73         comment.
74
75         * BuildProviderTest.cs: new tests.
76
77         * AuthorizationRuleTest.cs: new tests.
78
79         * AuthorizationSectionTest.cs: new tests.
80
81         * AuthenticationSectionTest.cs: new tests.
82
83         * BufferModeSettingsTest.cs: new tests.
84
85 2005-11-13  Chris Toshok  <toshok@ximian.com>
86
87         * AssemblyInfoTest.cs: programmatic property access tests.
88
89         * AnonymousIdentificationSectionTest.cs: same.
90
91 2005-09-02  Sebastien Pouliot  <sebastien@ximian.com>
92
93         * HttpCapabilitiesBaseCas.cs: New. CAS unit tests for 
94         HttpCapabilitiesBase class.