2011-08-24  Atsushi Eno  <atsushi@ximian.com>

	When there was no path parameter, it ignored the whole path part.

2011-05-23  Atsushi Eno  <atsushi@ximian.com>

	Support named wildcard in UriTemplate matching. Fixed bug #693996.

2011-04-15  Atsushi Eno  <atsushi@ximian.com>

	Fix regression for counter case to 6005f0a7.

	http://localhost/x + X should not result in http://localhost/xX.

2011-01-19  Atsushi Eno  <atsushi@ximian.com>

	Enable duplicate "UriMatched" error check, with couple of FIXMEs.

	.NET is very unclear about those UriTemplate behavior. Too minor
	to mind.

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

	[wcf] UriTemplate must trim the first leading slash in the
	rendered template.

	When using BindBy{Name,Position} UriTemplate must remove the the
	first slash from the rendered URI. This fixes the 4 failing tests.

2009-09-22  Atsushi Enomoto  <atsushi@ximian.com>

	* UriTemplateTest.cs : add test for case-insensitive comparison in
	  IDictionary, and test for null-value string in there.

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

	* UriTemplateTableTest.cs : new test file.

2009-09-07  Atsushi Enomoto  <atsushi@ximian.com>

	* UriTemplateTest.cs : add test for wildcard.

2009-09-07  Atsushi Enomoto  <atsushi@ximian.com>

	* UriTemplateEquivalenceComparerTest.cs : new test.

2009-09-07  Atsushi Enomoto  <atsushi@ximian.com>

	* UriTemplateTest.cs :
	  added tests for IgnoreTrailingSlash and Defaults.

2009-09-07  Atsushi Enomoto  <atsushi@ximian.com>

	* UriTemplateTest.cs : fixed a couple of tests to match 3.5 SP1
	  behavior.

2008-02-16  Atsushi Enomoto  <atsushi@ximian.com>

	* UriTemplateTest.cs : enable query parameter matching test.

2008-02-15  Atsushi Enomoto  <atsushi@ximian.com>

	* UriTemplateTest.cs : added not-working case to be fixed.

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

	* UriTemplateTest.cs : Added tests for Match() and more Binding tests.

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

	* UriTemplateTest.cs : new. Test .ctor(), BindByName() and 
	  BindByPosition().
