[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web / Test / System.Web.Security / ChangeLog
index beeba433d32923d48076946accd8eb3f15a7f6d5..350475607b6ab5eeed45e7a1a772b2f4303455e0 100644 (file)
@@ -1,3 +1,39 @@
+2010-02-11  Marek Habersack  <mhabersack@novell.com>
+
+       * RolesTest.cs: added a test for IsUserInRole. Patch from Tiaan
+       Geldenhuys <tagdev@gmail.com>, thanks!
+
+2007-02-10  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * FormsAuthenticationTest.cs: Fixed build using csc 1.x.
+
+2006-12-10  Igor Zelmanovich   <igorz@mainsoft.com>
+
+       * FormsAuthenticationTest.cs: fixed tests.
+
+2006-11-29  Igor Zelmanovich   <igorz@mainsoft.com>
+
+       * FormsAuthenticationTest.cs: fixed NunitWeb tests.
+
+2006-07-10  Andrew Skiba  <andrews@mainsoft.com>
+
+       * FormsAuthenticationTest.cs: run 2 tests in web context, so they
+       succeed.
+
+2006-05-01  Chris Toshok  <toshok@ximian.com>
+
+       * MembershipTest.cs (GeneratePassword): add test for password
+       generation.
+
+2005-09-21  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * FormsAuthenticationTest.cs: CookieDomain property (2.0) changed from
+       String.Empty (beta2) to null (RC).
+       * MembershipProviderTest.cs: New. Mostly* useless test cases (* well 
+       in proves it cannot be tested without providers and some extra infra).
+       * RolePrincipalTest.cs: : New. Mostly* useless test cases (* well 
+       in proves it cannot be tested without providers and some extra infra).
+
 2005-09-18  Sebastien Pouliot  <sebastien@ximian.com> 
 
        * FormsIdentityTest.cs: Changed constructor used to create the ticket