[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web / Test / System.Web.Security / ChangeLog
index e96b3df37051512830046f42c0a9b5325291d43c..350475607b6ab5eeed45e7a1a772b2f4303455e0 100644 (file)
@@ -1,3 +1,62 @@
+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
+       to one that doesn't throw a NRE under MS runtime.
+
+2005-09-09  Sebastien Pouliot  <sebastien@ximian.com> 
+       * DefaultAuthenticationEventArgsCas.cs: New. CAS unit tests.
+       * DefaultAuthenticationModuleCas.cs: New. CAS unit tests.
+       * FileAuthorizationModuleCas.cs: New. CAS unit tests.
+       * FormsAuthenticationCas.cs: New. CAS unit tests.
+       * FormsAuthenticationEventArgsCas.cs: Added LinkDemand tests.
+       * FormsAuthenticationModuleCas.cs: New. CAS unit tests.
+       * FormsAuthenticationTicketCas.cs: New. CAS unit tests.
+       * FormsIdentityCas.cs: New. CAS unit tests.
+       * FormsIdentityTest.cs: New. Unit tests for FormsIdentity.
+       * PassportAuthenticationEventArgsCas.cs: Added LinkDemand tests.
+       * PassportAuthenticationModuleCas.cs: New. CAS unit tests.
+       * PassportIdentityCas.cs: New. CAS unit tests.
+       * WindowsAuthenticationEventArgsCas.cs: Added LinkDemand tests.
+       * WindowsAuthenticationModuleCas.cs: New. CAS unit tests.
+       * UrlAuthorizationModuleCas.cs: New. CAS unit tests.
+
 2005-09-01  Sebastien Pouliot  <sebastien@ximian.com>
 
        * FormsAuthenticationEventArgsCas.cs: New. CAS unit tests.