[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.ServiceModel / Test / System.ServiceModel.Channels / ChangeLog
index 84aeb9937eadc174d35abc4a18dc4286b6344bdf..23ffd743e9d8b183ef3f364e685759532fd377b7 100644 (file)
@@ -1,3 +1,87 @@
+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.