Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.ServiceModel/Test/System.ServiceModel.PeerResolvers/ChangeLog')
-rw-r--r--mcs/class/System.ServiceModel/Test/System.ServiceModel.PeerResolvers/ChangeLog32
1 files changed, 0 insertions, 32 deletions
diff --git a/mcs/class/System.ServiceModel/Test/System.ServiceModel.PeerResolvers/ChangeLog b/mcs/class/System.ServiceModel/Test/System.ServiceModel.PeerResolvers/ChangeLog
deleted file mode 100644
index 254f40bec97..00000000000
--- a/mcs/class/System.ServiceModel/Test/System.ServiceModel.PeerResolvers/ChangeLog
+++ /dev/null
@@ -1,32 +0,0 @@
-2010-05-19 Atsushi Enomoto <atsushi@ximian.com>
-
- * PeerResolverSerializationTest.cs :
- verify deserialized address count too.
-
-2010-04-05 Atsushi Enomoto <atsushi@ximian.com>
-
- * CustomPeerResolverServiceTest.cs : enabled all disabled tests.
-
-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.