| 1234567891011121314151617181920212223242526272829303132333435 |
- 2010-05-24 Atsushi Enomoto <[email protected]>
- * JsonQueryStringConverterTest.cs : add more tests for CanConvert()
- and reorganized some classes to make tests rational.
- 2009-10-08 Atsushi Enomoto <[email protected]>
- * JsonQueryStringConverterTest.cs : added some string deserialization
- test. It just proved .NET is too lame.
- 2009-09-02 Atsushi Enomoto <[email protected]>
- * JsonQueryStringConverterTest.cs : comment out one cosmetic case
- that is not working under .NET.
- 2008-02-18 Atsushi Enomoto <[email protected]>
- * JsonQueryStringConverterTest.cs : new test.
- 2008-02-15 Atsushi Enomoto <[email protected]>
- * WebHttpDispatchOperationSelectorTest.cs : added couple more tests
- with different contract contract case.
- 2008-02-15 Atsushi Enomoto <[email protected]>
- * WebHttpDispatchOperationSelectorTest.cs : new test.
- 2008-02-13 Atsushi Enomoto <[email protected]>
- * QueryStringConverterTest.cs : enable null-to-char conversion test.
- 2008-02-13 Atsushi Enomoto <[email protected]>
- * QueryStringConverterTest.cs : new test.
|