Tests
[mono.git] / mcs / class / System.Web / Test / System.Web.Security / ChangeLog
1 2005-08-25  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * FormsAuthenticationTest.cs: Some results are different in 1.x.
4         Some results are different for Mono too (Gonzalo's beautification).
5
6 2005-08-25  Sebastien Pouliot  <sebastien@ximian.com>
7
8         * FormsAuthenticationTest.cs: Added tests for default properties
9         (both 1.x and 2.0).
10         * MembershipProviderCollectionTest.cs: Add test case for unexisting
11         membership provider.
12         * MembershipUserCollectionTest.cs: New (2.0). Unit tests for 
13         MembershipUserCollection.
14         * RolesTest.cs: New (2.0). Basic tests for Roles default properties 
15         (sadly anything else requires settings in web.config).
16
17 2005-08-23  Sebastien Pouliot  <sebastien@ximian.com>
18
19         * FormsAuthentication.cs: Added basic tests for new some 2.0 stuff.
20         Normalized line endings.
21
22 2005-08-18  Sebastien Pouliot  <sebastien@ximian.com>
23
24         * MembershipTest.cs: New. Unit tests for Membership class.
25         * MembershipProviderCollectionTest.cs: New. Unit tests for 
26         MembershipProviderCollection class.
27
28 2005-05-21  Sebastien Pouliot  <sebastien@ximian.com>
29
30         * FormsAuthenticationTest.cs: New. Unit tests for FormsAuthentication.