X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.ServiceModel%2FTest%2FSystem.ServiceModel.Channels%2FChangeLog;h=54cb53aaaac4510ac2e6ac0aa0a22f7d4bd4170c;hb=2d23bfcbce7a3f7e54dcd5911adb88b244baca35;hp=939332fc7892a389c879cab37008d1ac57c8e583;hpb=59fceba19be0b1f6d185b9eb264f0b25d624ec5d;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 939332fc789..54cb53aaaac 100644 --- a/mcs/class/System.ServiceModel/Test/System.ServiceModel.Channels/ChangeLog +++ b/mcs/class/System.ServiceModel/Test/System.ServiceModel.Channels/ChangeLog @@ -1,3 +1,99 @@ +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. + +2010-04-01 Atsushi Enomoto + + * HttpsTransportBindingElementTest.cs : + added test for GetProperty(). + +2010-03-29 Atsushi Enomoto + + * FaultConverterTest.cs : added more TryCreateException() tests. + +2010-03-29 Atsushi Enomoto + + * MessageHeaderTest.cs : enable one, add not-working cosmetic one. + +2010-03-29 Atsushi Enomoto + + * MessageBufferTest.cs : enable not-working test. + +2010-03-29 Atsushi Enomoto + + * MessageFaultTest.cs : enable previous test. + +2010-03-29 Atsushi Enomoto + + * FaultConverterTest.cs : enable previous test. + +2010-03-26 Atsushi Enomoto + + * FaultConverterTest.cs, MessageFaultTest.cs : add new and not-working + tests. + +2010-03-26 Atsushi Enomoto + + * MessageBufferTest.cs : add test for copy of IsFault value. + +2010-03-25 Atsushi Enomoto + + * MessageTest.cs : add another IsFault tests, which exposed some + issues at client side. + +2010-01-21 Atsushi Enomoto + + * SslStreamSecurityBindingElementTest.cs : reduce extra base dep. + +2010-01-20 Atsushi Enomoto + + * AddressHeaderTest.cs : add reader and writer tests. + +2010-01-06 Atsushi Enomoto + + * BinaryMessageEncodingBindingElementTest.cs : added test for + connection-based tests for both TCP and HTTP (they give difference: + see BinaryMessageEncoder.cs change too). + +2009-12-21 Atsushi Enomoto + + * MessageFaultTest.cs : add CreateFault test with MessageVersion.None. + +2009-12-10 Atsushi Enomoto + + * MessageHeadersTest.cs : added another CopyHeadersFrom() test to + make sure there is no duplicate. + +2009-12-10 Atsushi Enomoto + + * MessageHeadersTest.cs : enable working test and remove old comment. + +2009-12-10 Atsushi Enomoto + + * MessageHeadersTest.cs : make sure null can be set as a + WS-Addressing header when version is None. + +2009-12-04 Atsushi Enomoto + + * HttpTransportBindingElementTest.cs : added GetProperty() tests. + +2009-12-03 Atsushi Enomoto + + * HttpsTransportBindingElementTest.cs : new test. + +2009-09-14 Atsushi Enomoto + + * MessagePropertiesTest.cs : new test. + +2009-09-02 Atsushi Enomoto + + * HttpRequestMessagePropertyTest.cs : new test. + 2009-08-31 Atsushi Enomoto * HttpTransportBindingElementTest.cs : test for URI mismatch case.