[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.ServiceModel.Web / Test / System.ServiceModel.Channels / ChangeLog
1 2010-07-14  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * WebMessageEncodingBindingElementTest.cs : add test for null
4           content type for ReadMessage() (allowed),
5
6 2010-06-22  Atsushi Enomoto  <atsushi@ximian.com>
7
8         * WebMessageEncodingBindingElementTest.cs : add test for
9           GetProperty<MessageVersion>().
10
11 2008-02-08  Atsushi Enomoto  <atsushi@ximian.com>
12
13         * WebMessageEncodingBindingElementTest.cs : more MessageEncoder test.
14
15 2008-02-08  Atsushi Enomoto  <atsushi@ximian.com>
16
17         * WebMessageEncodingBindingElementTest.cs : test
18           CanBuildChannelFactory() and CanBuildChannelListener().
19           Small test for BuildChannelFactory().
20
21 2008-02-05  Atsushi Enomoto  <atsushi@ximian.com>
22
23         * WebMessageEncodingBindingElementTest.cs : added MessageEncoder test.
24         * WebBodyFormatMessagePropertyTest.cs : fixed ToString() test.
25
26 2008-02-05  Atsushi Enomoto  <atsushi@ximian.com>
27
28         * WebMessageEncodingBindingElementTest.cs,
29           WebBodyFormatMessagePropertyTest.cs : new test files.