New tests.
[mono.git] / mcs / class / System.ServiceModel / Test / System.ServiceModel.Channels / ChangeLog
index 156bf9888411a5eaf3c28ae4e50dd7fa1ca5dbde..54cb53aaaac4510ac2e6ac0aa0a22f7d4bd4170c 100644 (file)
@@ -1,3 +1,121 @@
+2010-04-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CustomBindingTest.cs : enable BuildChannelListener test for no-
+         transport case. Test CanBuildChannelListener too.
+
+2010-04-01  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * TcpTransportBindingElementTest.cs : GetProperty<T>() here too.
+
+2010-04-01  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * HttpsTransportBindingElementTest.cs :
+         added test for GetProperty<T>().
+
+2010-03-29  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * FaultConverterTest.cs : added more TryCreateException() tests.
+
+2010-03-29  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MessageHeaderTest.cs : enable one, add not-working cosmetic one.
+
+2010-03-29  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MessageBufferTest.cs : enable not-working test.
+
+2010-03-29  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MessageFaultTest.cs : enable previous test.
+
+2010-03-29  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * FaultConverterTest.cs : enable previous test.
+
+2010-03-26  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * FaultConverterTest.cs, MessageFaultTest.cs : add new and not-working
+         tests.
+
+2010-03-26  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MessageBufferTest.cs : add test for copy of IsFault value.
+
+2010-03-25  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MessageTest.cs : add another IsFault tests, which exposed some
+         issues at client side.
+
+2010-01-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SslStreamSecurityBindingElementTest.cs : reduce extra base dep.
+
+2010-01-20  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * AddressHeaderTest.cs : add reader and writer tests.
+
+2010-01-06  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * 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  <atsushi@ximian.com>
+
+       * MessageFaultTest.cs : add CreateFault test with MessageVersion.None.
+
+2009-12-10  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MessageHeadersTest.cs : added another CopyHeadersFrom() test to
+         make sure there is no duplicate.
+
+2009-12-10  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MessageHeadersTest.cs : enable working test and remove old comment.
+
+2009-12-10  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MessageHeadersTest.cs : make sure null can be set as a
+         WS-Addressing header when version is None.
+
+2009-12-04  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * HttpTransportBindingElementTest.cs : added GetProperty() tests.
+
+2009-12-03  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * HttpsTransportBindingElementTest.cs : new test.
+
+2009-09-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MessagePropertiesTest.cs : new test.
+
+2009-09-02  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * HttpRequestMessagePropertyTest.cs : new test.
+
+2009-08-31  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * HttpTransportBindingElementTest.cs : test for URI mismatch case.
+
+2009-08-20  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MessageHeadersTest.cs : added a couple od duplicate tests. Fixed
+         non-working test output.
+
+2009-08-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MessageTest.cs : added test for State.
+
+2009-06-08  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CommunicationObjectTest.cs : added a couple of close/abort tests
+         for state transition and base call check.
+
+2009-05-22  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MessageEncoderTest.cs : test CreateSessionEncoder().
+
 2009-05-19  Atsushi Enomoto  <atsushi@ximian.com>
 
        * MessageFaultTest.cs : added more SOAP 12 fault parser tests.