[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web.Services / Test / System.Web.Services.Description / ChangeLog
index 1f46eaff47493878affacb85836b32be9fb35326..5bc256ee0499c9ee31fbec1bc5234007eab70ae8 100644 (file)
@@ -1,3 +1,80 @@
+2009-06-26  Robert Jordan  <robertj@gmx.net>
+
+       * *.cs: Upgrade to new NUnit style.
+
+2008-12-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * 443095.wsdl, WebServicesInteroperabilityTest.cs : added
+         new test for R2305 checker.
+
+2008-07-01  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * WebServicesInteroperabilityTest.cs : new test. wsdl with <import>
+         should not result in an error.
+       * check-import.wsdl, check-import2.wsdl : test helper files.
+
+2008-07-01  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ServiceDescriptionTest.cs : check RetrievalUrl before/after Read().
+         Sadly it does not provide the actual URL...
+
+2008-07-01  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * test3.wsdl: added missing file (though the test is ignored).
+
+2008-06-10  Vladimir Krasnov  <vladimirk@mainsoft.com>
+
+       * ServiceDescriptionReflectorTest.cs: added tests for bug fixes:
+       #345448, #345449, #360241
+
+2008-03-26  Lluis Sanchez Gual <lluis@novell.com> 
+
+       * ServiceDescriptionReflectorTest.cs: Added another test for bug
+         #345448.
+
+2008-02-22  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ServiceDescriptionReflectorTest.cs : mark Bug345448() NotWorking.
+
+2008-01-08  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ServiceDescriptionReflectorTest.cs : added test for empty SOAP
+         action.
+
+2007-10-10  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ServiceDescriptionReflectorTest.cs : added test for bug #332150.
+
+2007-05-11  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ServiceDescriptionImporterTest.cs : added ignored test for #81457.
+
+2007-05-11  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ServiceDescriptionReflectorTest.cs : added test for 78953 (not
+         working, hard to fix) and 79807 (already fixed).
+
+2007-02-22  Raja R Harinath  <rharinath@novell.com>
+
+       Fix compile error
+       * ServiceDescriptionReflectorTest.cs (NullableContainer): Hide in
+       1.1 profile.
+
+2007-02-19  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ServiceDescriptionReflectorTest.cs : added test for methods with
+         nullable return type.
+
+2007-01-19  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ServiceDescriptionImporterTest.cs : new test.
+       * test2.wsdl : new test support file.
+
+2006-12-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ServiceDescriptionFormatExtensionCollectionTest.cs :
+         new test.
+
 2006-11-15  Atsushi Enomoto  <atsushi@ximian.com>
 
        * WebReferenceTest.cs : added new test (so minor).