[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web.Routing / Test / System.Web.Routing / ChangeLog
index 8f635fce5c2fb598e92c5f996513f486e4412738..e26caa085f953895d38feaa9db8fa2eb290f031f 100644 (file)
@@ -1,3 +1,74 @@
+2012-12-23  Daniel Lo Nigro  <daniel@dan.cx>
+
+       * RouteTest.cs: added tests for value types in route default values
+       (Xamarin bug #9116)
+
+2009-09-09  Marek Habersack  <mhabersack@novell.com>
+
+       * RouteTest.cs: added two tests for empty and null route URLs (bug
+       #537751)
+
+2009-06-25  Marek Habersack  <mhabersack@novell.com>
+
+       * RouteCollectionTest.cs, RouteTest.cs: added new tests for
+       GetVirtualPath
+
+2009-06-04  Marek Habersack  <mhabersack@novell.com>
+
+       * RouteCollectionTest.cs: added two more test cases to the bug
+       #502555 test. They check whether url generation matches defaults
+       case-insensitively.
+
+2009-05-27  Marek Habersack  <mhabersack@novell.com>
+
+       * RouteCollectionTest.cs: added a test for routes from
+       NerdDinner.
+
+2009-05-25  Marek Habersack  <mhabersack@novell.com>
+
+       * RouteTest.cs: added several tests for GetVirtualPath,
+       GetRouteData, ProcessConstraint and refactored some tests.
+
+       * RouteCollectionTest.cs: added several tests for GetVirtualPath
+
+       * AssertExtensions.cs: added some methods to make code testing for
+       exception throws look nicer.
+
+2009-05-11  Marek Habersack  <mhabersack@novell.com>
+
+       * RouteCollectionTest.cs: added test for bug #502555
+
+2009-05-05  Marek Habersack  <mhabersack@novell.com>
+
+       * RouteTest.cs: added test for bug #500739
+
+2008-10-23  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * RouteTest.cs :
+         add one more case that used to cause out-of-range error.
+
+2008-10-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * RouteValueDictionaryTest.cs : test for case-insensitive comparison.
+
+2008-10-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * RouteTest.cs : added test for DynamicData default pattern.
+
+2008-10-16  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * RouteValueDictionaryTest.cs : new test.
+
+2008-10-10  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * UrlRoutingModuleTest.cs , TestStubTypes.cs : added test for
+         pipeline processing of requests.
+
+2008-09-18  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * UrlRoutingModuleTest.cs, TestStubTypes.cs, RouteCollectionTest.cs:
+         some tests for RouteExistingFiles.
+
 2008-09-18  Atsushi Enomoto  <atsushi@ximian.com>
 
        * RouteTest.cs : test ProcessConstraint().