| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- 2009-09-22 Atsushi Enomoto <[email protected]>
- * UriTemplateTest.cs : add test for case-insensitive comparison in
- IDictionary, and test for null-value string in there.
- 2009-09-17 Atsushi Enomoto <[email protected]>
- * UriTemplateTableTest.cs : new test file.
- 2009-09-07 Atsushi Enomoto <[email protected]>
- * UriTemplateTest.cs : add test for wildcard.
- 2009-09-07 Atsushi Enomoto <[email protected]>
- * UriTemplateEquivalenceComparerTest.cs : new test.
- 2009-09-07 Atsushi Enomoto <[email protected]>
- * UriTemplateTest.cs :
- added tests for IgnoreTrailingSlash and Defaults.
- 2009-09-07 Atsushi Enomoto <[email protected]>
- * UriTemplateTest.cs : fixed a couple of tests to match 3.5 SP1
- behavior.
- 2008-02-16 Atsushi Enomoto <[email protected]>
- * UriTemplateTest.cs : enable query parameter matching test.
- 2008-02-15 Atsushi Enomoto <[email protected]>
- * UriTemplateTest.cs : added not-working case to be fixed.
- 2008-02-12 Atsushi Enomoto <[email protected]>
- * UriTemplateTest.cs : Added tests for Match() and more Binding tests.
- 2008-02-12 Atsushi Enomoto <[email protected]>
- * UriTemplateTest.cs : new. Test .ctor(), BindByName() and
- BindByPosition().
|