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