44 lines
1.2 KiB
Plaintext
44 lines
1.2 KiB
Plaintext
|
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().
|