[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web.Services / Test / System.Web.Services.Description / ChangeLog
index 7b0ccf2d3f5458e2c5696a4f905cedb516941264..5bc256ee0499c9ee31fbec1bc5234007eab70ae8 100644 (file)
@@ -1,3 +1,131 @@
+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).
+
+2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * WebReferenceOptionsTest.cs :
+         Read() actually causes invalid operation.
+
+2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * WebReferenceOptionsTest.cs :
+         added test for Read(). Fixed namespace URI.
+
+2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * WebReferenceOptionsTest.cs : new test.
+
+2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ServiceDescriptionTest.cs : added test for invalid Read() inputs.
+
+2006-09-07  Ankit Jain  <jankit@novell.com>
+
+       * ServiceDescriptionTest.cs (Ctor): New.
+
+2006-09-05  Ankit Jain  <jankit@novell.com>
+
+       * ServiceDescriptionTest.cs (Namespaces): New.
+
+2006-05-03  Ankit Jain  <jankit@novell.com>
+
+       * ServiceDescriptionTest.cs (Extensions) New test.
+       (CheckExtensions):
+       (CheckXmlElement): New. Helper methods.
+       * test.wsdl: Test wsdl.
+
+2006-04-27  Ankit Jain  <jankit@novell.com>
+
+       * ServiceDescriptionTest.cs (ExtensibleAttributes): New test.
+
+2006-02-04  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * ServiceDescriptionReflectorTest.cs: Use only one include as otherwise
+       the order of elements is not consistent on MS.NET.
+
+2006-02-04  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * ServiceDescriptionReflectorTest.cs: New test, currently marked
+       NotWorking.
+
 2005-10-05  Atsushi Enomoto  <atsushi@ximian.com>
 
        * ServiceDescriptionTest.cs : new file (for part of bug #76311).