2009-12-02 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.ServiceModel / Test / System.ServiceModel.PeerResolvers / ChangeLog
1 2009-12-02  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * CustomPeerResolverServiceTest.cs :
4           I have to disable a lot of connective tests that somehow blocks
5           test runs. No idea why it started to happen though.
6           (It internally uses HTTP binding, which is the indirect source of
7           the problem here.)
8
9 2009-07-14  Atsushi Enomoto  <atsushi@ximian.com>
10
11         * PeerResolverSerializationTest.cs : fix test name/namespace.
12           add HasBody() test.
13
14 2009-05-25  Atsushi Enomoto  <atsushi@ximian.com>
15
16         * PeerResolverSerializationTest.cs : new test for general
17           serialization tests.
18
19 2009-04-07  Atsushi Enomoto  <atsushi@ximian.com>
20
21         (bah, bad manner; no ChangeLog previously.)
22
23         * CustomPeerResolverServiceTest.cs : added contract check.