[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.ServiceModel.Web / Test / System.ServiceModel.Dispatcher / ChangeLog
1 2010-05-24  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * JsonQueryStringConverterTest.cs : add more tests for CanConvert()
4           and reorganized some classes to make tests rational.
5
6 2009-10-08  Atsushi Enomoto  <atsushi@ximian.com>
7
8         * JsonQueryStringConverterTest.cs : added some string deserialization
9           test. It just proved .NET is too lame.
10
11 2009-09-02  Atsushi Enomoto  <atsushi@ximian.com>
12
13         * JsonQueryStringConverterTest.cs : comment out one cosmetic case
14           that is not working under .NET.
15
16 2008-02-18  Atsushi Enomoto  <atsushi@ximian.com>
17
18         * JsonQueryStringConverterTest.cs : new test.
19
20 2008-02-15  Atsushi Enomoto  <atsushi@ximian.com>
21
22         * WebHttpDispatchOperationSelectorTest.cs : added couple more tests
23           with different contract contract case.
24
25 2008-02-15  Atsushi Enomoto  <atsushi@ximian.com>
26
27         * WebHttpDispatchOperationSelectorTest.cs : new test.
28
29 2008-02-13  Atsushi Enomoto  <atsushi@ximian.com>
30
31         * QueryStringConverterTest.cs : enable null-to-char conversion test.
32
33 2008-02-13  Atsushi Enomoto  <atsushi@ximian.com>
34
35         * QueryStringConverterTest.cs : new test.