ChangeLog 946 B

12345678910111213141516171819202122232425262728293031323334
  1. 2009-09-07 Atsushi Enomoto <[email protected]>
  2. * UriTemplateTest.cs : add test for wildcard.
  3. 2009-09-07 Atsushi Enomoto <[email protected]>
  4. * UriTemplateEquivalenceComparerTest.cs : new test.
  5. 2009-09-07 Atsushi Enomoto <[email protected]>
  6. * UriTemplateTest.cs :
  7. added tests for IgnoreTrailingSlash and Defaults.
  8. 2009-09-07 Atsushi Enomoto <[email protected]>
  9. * UriTemplateTest.cs : fixed a couple of tests to match 3.5 SP1
  10. behavior.
  11. 2008-02-16 Atsushi Enomoto <[email protected]>
  12. * UriTemplateTest.cs : enable query parameter matching test.
  13. 2008-02-15 Atsushi Enomoto <[email protected]>
  14. * UriTemplateTest.cs : added not-working case to be fixed.
  15. 2008-02-12 Atsushi Enomoto <[email protected]>
  16. * UriTemplateTest.cs : Added tests for Match() and more Binding tests.
  17. 2008-02-12 Atsushi Enomoto <[email protected]>
  18. * UriTemplateTest.cs : new. Test .ctor(), BindByName() and
  19. BindByPosition().