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