[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.ServiceModel / Test / System.ServiceModel.Description / ChangeLog
index bf75a94b18b3b5d62c75c62565e7c1bf4dd2f11b..683c01db774bb41bf716beac3cecf5e3d199cb01 100755 (executable)
@@ -1,3 +1,73 @@
+2010-06-24  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MetadataExchangeBindingsTest.cs : make sure that the target port
+         of the Uri is available (as some other tests do).
+
+2010-06-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MetadataExchangeBindingsTest.cs : make sure that special casing of
+         MessageVersion does not happen at this layer.
+
+2010-04-05  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * WsdlExporterTest.cs : fixed and enabled some working tests.
+
+2010-04-02  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * FaultDescriptionTest.cs : add new test.
+
+2010-03-29  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MetadataResolverTest.cs : enable working tests.
+
+2010-03-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MetadataExchangeBindingsTest.cs : new test.
+
+2010-02-10  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * WsdlImporterTest.cs : ignore whatever make dist broke.
+
+         Until make dist gets fixed I won't enable any of new external-
+         source-dependent tests.
+
+2010-02-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * WsdlImporterTest.cs : added test for processing ArrayOfXxx types.
+
+2010-01-28  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ServiceContractGeneratorTest.cs : add test for async method
+         generation option to generate sync methods as well.
+
+2010-01-22  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ServiceMetadataBehaviorTest.cs : check name constant (MSDN is
+         wrong here).
+
+2010-01-19  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ServiceAuthorizationBehaviorTest.cs : it's updated and enabled.
+         Added some more tests.
+
+2010-01-06  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ServiceDebugBehaviorTest.cs : make sure to close hosts.
+
+2009-10-01  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ServiceContractGeneratorTest.cs : new test.
+
+2009-09-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ServiceDebugBehaviorTest.cs : it still seems there are some port-
+         blocking tests that blocks here, so change the port and make sure
+         it is available. 8080 is anyways likely to interfere with others.
+
+2009-07-31  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ServiceEndpointTest.cs : new.
+
 2009-07-02  Atsushi Enomoto  <atsushi@ximian.com>
 
        * ContractDescriptionTest.cs : make sure the contract actually