ChangeLog 1.0 KB

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