[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.ServiceModel.Web / Test / System.ServiceModel.Description / ChangeLog
index c2cd5a599d31d411f28b5b9f1998c67766a0eb0b..b32d2fa4b2fe1ea2912dc59490a3a52519cfe280 100644 (file)
@@ -1,3 +1,21 @@
+2010-07-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * WebHttpBehaviorTest.cs : add test for deserializing Raw request
+         message too.
+
+2010-07-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * WebHttpBehaviorTest.cs : add test for bug #619542 (not sure if it
+         works on mono; run-test is broken in trunk. Verified under .NET).
+
+2009-10-08  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * WebScriptEnablingBehaviorTest.cs : new test.
+
+2009-09-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * WebHttpBehaviorTest.cs : enable working test.
+
 2009-09-02  Atsushi Enomoto  <atsushi@ximian.com>
 
        * WebHttpBehaviorTest.cs : some message formatters tests.