[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web.Routing / Test / System.Web.Routing / ChangeLog
index 5b3a7f434683a4e73508ea2e41264c4e6c73e67c..e26caa085f953895d38feaa9db8fa2eb290f031f 100644 (file)
@@ -1,3 +1,47 @@
+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 :