ChangeLog 1.2 KB

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