X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web.Services%2FTest%2FSystem.Web.Services.Description%2FChangeLog;h=5bc256ee0499c9ee31fbec1bc5234007eab70ae8;hb=bf5947a0fd2b523c30833605ee69b2b041aa43f4;hp=9e956225de55d5f9d065ad4e3895f84d4c8b7d69;hpb=64f85a65b023522d3f34e9932e6a843e0ad8fc3b;p=mono.git diff --git a/mcs/class/System.Web.Services/Test/System.Web.Services.Description/ChangeLog b/mcs/class/System.Web.Services/Test/System.Web.Services.Description/ChangeLog index 9e956225de5..5bc256ee049 100644 --- a/mcs/class/System.Web.Services/Test/System.Web.Services.Description/ChangeLog +++ b/mcs/class/System.Web.Services/Test/System.Web.Services.Description/ChangeLog @@ -1,3 +1,102 @@ +2009-06-26 Robert Jordan + + * *.cs: Upgrade to new NUnit style. + +2008-12-09 Atsushi Enomoto + + * 443095.wsdl, WebServicesInteroperabilityTest.cs : added + new test for R2305 checker. + +2008-07-01 Atsushi Enomoto + + * WebServicesInteroperabilityTest.cs : new test. wsdl with + should not result in an error. + * check-import.wsdl, check-import2.wsdl : test helper files. + +2008-07-01 Atsushi Enomoto + + * ServiceDescriptionTest.cs : check RetrievalUrl before/after Read(). + Sadly it does not provide the actual URL... + +2008-07-01 Atsushi Enomoto + + * test3.wsdl: added missing file (though the test is ignored). + +2008-06-10 Vladimir Krasnov + + * ServiceDescriptionReflectorTest.cs: added tests for bug fixes: + #345448, #345449, #360241 + +2008-03-26 Lluis Sanchez Gual + + * ServiceDescriptionReflectorTest.cs: Added another test for bug + #345448. + +2008-02-22 Atsushi Enomoto + + * ServiceDescriptionReflectorTest.cs : mark Bug345448() NotWorking. + +2008-01-08 Atsushi Enomoto + + * ServiceDescriptionReflectorTest.cs : added test for empty SOAP + action. + +2007-10-10 Atsushi Enomoto + + * ServiceDescriptionReflectorTest.cs : added test for bug #332150. + +2007-05-11 Atsushi Enomoto + + * ServiceDescriptionImporterTest.cs : added ignored test for #81457. + +2007-05-11 Atsushi Enomoto + + * ServiceDescriptionReflectorTest.cs : added test for 78953 (not + working, hard to fix) and 79807 (already fixed). + +2007-02-22 Raja R Harinath + + Fix compile error + * ServiceDescriptionReflectorTest.cs (NullableContainer): Hide in + 1.1 profile. + +2007-02-19 Atsushi Enomoto + + * ServiceDescriptionReflectorTest.cs : added test for methods with + nullable return type. + +2007-01-19 Atsushi Enomoto + + * ServiceDescriptionImporterTest.cs : new test. + * test2.wsdl : new test support file. + +2006-12-15 Atsushi Enomoto + + * ServiceDescriptionFormatExtensionCollectionTest.cs : + new test. + +2006-11-15 Atsushi Enomoto + + * WebReferenceTest.cs : added new test (so minor). + +2006-11-14 Atsushi Enomoto + + * WebReferenceOptionsTest.cs : + Read() actually causes invalid operation. + +2006-11-14 Atsushi Enomoto + + * WebReferenceOptionsTest.cs : + added test for Read(). Fixed namespace URI. + +2006-11-14 Atsushi Enomoto + + * WebReferenceOptionsTest.cs : new test. + +2006-11-14 Atsushi Enomoto + + * ServiceDescriptionTest.cs : added test for invalid Read() inputs. + 2006-09-07 Ankit Jain * ServiceDescriptionTest.cs (Ctor): New.