| 1234567891011121314151617181920212223242526272829303132333435363738 |
- 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().
|