[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.ServiceModel / Test / System.ServiceModel.Dispatcher / ChangeLog
index 31051bdbee868a15df6e311e5ab47a03b42d1695..3fd3f99ce8a769e93be271fde2ce944f16549ccd 100644 (file)
@@ -1,3 +1,29 @@
+2010-06-22  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DispatchRuntimeTest.cs : add another line of assertion.
+
+2010-06-18  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ChannelDispatcherTest.cs : had to disable a test that regressed from
+         validating duplicate listen URI. Possible remedy is described too.
+
+2010-04-05  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * EndpointAddressMessageFilterTest.cs :
+         Add null arg case. Enable working test.
+
+2010-04-05  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DispatchRuntimeTest.cs : enabled working tests again.
+
+2010-04-02  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DispatchOperationTest.cs : added not-working FaultContractInfo test.
+
+2010-03-18  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XPathMessageContextTest.cs : new.
+
 2010-01-06  Atsushi Enomoto  <atsushi@ximian.com>
 
        * ChannelDispatcherTest.cs : format message correctly.