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