X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.ServiceModel%2FTest%2FSystem.ServiceModel.Channels%2FChangeLog;h=9f85be1e71da8a6f770a6b351426dc76cc82b03b;hb=f5456a249ad50e6f3ca7620a9fc635b4ab24aa82;hp=c13b825606d4b26906520358ff5d1432a53d2bb4;hpb=8ef4e4703172fd32ada3f74b22df5203b4683493;p=mono.git diff --git a/mcs/class/System.ServiceModel/Test/System.ServiceModel.Channels/ChangeLog b/mcs/class/System.ServiceModel/Test/System.ServiceModel.Channels/ChangeLog index c13b825606d..9f85be1e71d 100644 --- a/mcs/class/System.ServiceModel/Test/System.ServiceModel.Channels/ChangeLog +++ b/mcs/class/System.ServiceModel/Test/System.ServiceModel.Channels/ChangeLog @@ -1,3 +1,27 @@ +2010-06-17 Atsushi Enomoto + + * HttpTransportBindingElementTest.cs, CustomBindingTest.cs : + anohter couple of MessageVersion tests. + +2010-06-17 Atsushi Enomoto + + * CustomBindingTest.cs : add tests for MessageVersion check on Open(). + +2010-06-15 Atsushi Enomoto + + * TcpTransportBindingElementTest.cs : add connection tests (imported + from standalone olive tests), one is disabled for breakage. + +2010-05-14 Atsushi Enomoto + + * BindingContextTest.cs : add a couple of tests with related to + RemainingBindingElements use. Some tests by Andreia Gaita. + +2010-04-21 Atsushi Enomoto + + * CustomBindingTest.cs : enable BuildChannelListener test for no- + transport case. Test CanBuildChannelListener too. + 2010-04-01 Atsushi Enomoto * TcpTransportBindingElementTest.cs : GetProperty() here too.