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