2011-04-01  Marek Habersack  <grendel@twistedcode.net>

	[asp.net,routing] Fix for bug #682869.
	RouteCollection.MapPageRoute is a 4.0 thing

2011-02-24  Marek Habersack  <grendel@twistedcode.net>

	[asp.net] Fix for bug #671753. Route.GetVirtualPath must take
	ambient values into account.

2011-01-22  Marek Habersack  <grendel@twistedcode.net>

	[asp.net,routing] Fix for bug #651966. Regular expression
	constraints must be treated as absolute regexps.

2011-01-14  Marek Habersack  <grendel@twistedcode.net>

	[asp.net] Make StopRoutingHandler actually stop the routing
	instead of throwing an exception

	Patch from Damir Simunic <damir.simunic@wa-research.ch>, thanks!

2010-11-05  Marek Habersack  <grendel@twistedcode.net>

	[asp.net,routing] Fix for bug #651593. Don't match all-literal
	routes for URLs with excessive segments.

2010-10-26  Marek Habersack  <grendel@twistedcode.net>

	[asp.net,routing] Fix for bug #648901. Matching engine must ignore
	trailing slash in the URLs.

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().
	* UrlRoutingHandlerTest.cs : more cosmetic test on thrown exception.
	* TestStubTypes.cs : some notations.

2008-09-17  Atsushi Enomoto  <atsushi@ximian.com>

	* UrlRoutingModuleTest.cs: new test (including "huh?" ones).
	* RouteTest.cs, TestStubTypes.cs, RouteCollectionTest.cs:
	  some test updates.

2008-09-12  Atsushi Enomoto  <atsushi@ximian.com>

	* RouteTest.cs, TestStubTypes.cs, HttpMethodConstraintTest.cs,
	  RouteCollectionTest.cs : test for Route.GetRouteData() and
	  HttpMethodConstraint.Match().

2008-09-12  Atsushi Enomoto  <atsushi@ximian.com>

	* RouteTest.cs, RouteCollectionTest.cs: added couple of tests for
	  Route Url parser.

2008-09-11  Atsushi Enomoto  <atsushi@ximian.com>

	* HttpMethodConstraintTest.cs, RouteCollectionTest.cs,
	  RouteDataTest.cs, RouteTest.cs, StopRoutingHandlerTest.cs,
	  TestStubTypes.cs, UrlRoutingHandlerTest.cs,
	  VirtualPathDataTest.cs : initial checkin.
