[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.ServiceModel / Test / System.ServiceModel.Channels / ChangeLog
index 792dec21391834c997402cccc8580f6525e941e3..23ffd743e9d8b183ef3f364e685759532fd377b7 100644 (file)
@@ -1,3 +1,180 @@
+2010-07-28  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CustomBindingTest.cs : add tests for ListenUri handling.
+
+2010-07-06  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * HttpTransportBindingElementTest.cs : add test for
+         ChannelFactoryBase`1.CreateChannel() with null via uri.
+
+2010-06-18  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * TcpTransportBindingElementTest.cs : rename misleading test.
+
+2010-06-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * HttpTransportBindingElementTest.cs, CustomBindingTest.cs :
+         anohter couple of MessageVersion tests.
+
+2010-06-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CustomBindingTest.cs : add tests for MessageVersion check on Open().
+
+2010-06-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * TcpTransportBindingElementTest.cs : add connection tests (imported
+         from standalone olive tests), one is disabled for breakage.
+
+2010-05-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * BindingContextTest.cs : add a couple of tests with related to
+         RemainingBindingElements use. Some tests by Andreia Gaita.
+
+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.
+       * soap-fault.xml, soap-fault-incomplete4.xml : new test files.
+
+2009-05-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * soap-fault-incomplete.xml : new test file.
+       * MessageFaultTest.cs : new test.
+
+2009-04-28  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * BinaryMessageEncodingBindingElementTest.cs, binary-message.raw:
+         new test files.
+
+2009-04-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * PeerTransportBindingElementTest.cs : test PeerNode property too.
+
+2009-04-20  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * PeerTransportBindingElementTest.cs : new.
+
+2009-04-07  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * TcpTransportBindingElementTest.cs : more can-build tests.
+
 2008-04-13  Igor Zelmanovich <igorz@mainsoft.com>
 
        * BindingTest.cs: