| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- 2006-11-15 Atsushi Enomoto <[email protected]>
- * WebReferenceTest.cs : added new test (so minor).
- 2006-11-14 Atsushi Enomoto <[email protected]>
- * WebReferenceOptionsTest.cs :
- Read() actually causes invalid operation.
- 2006-11-14 Atsushi Enomoto <[email protected]>
- * WebReferenceOptionsTest.cs :
- added test for Read(). Fixed namespace URI.
- 2006-11-14 Atsushi Enomoto <[email protected]>
- * WebReferenceOptionsTest.cs : new test.
- 2006-11-14 Atsushi Enomoto <[email protected]>
- * ServiceDescriptionTest.cs : added test for invalid Read() inputs.
- 2006-09-07 Ankit Jain <[email protected]>
- * ServiceDescriptionTest.cs (Ctor): New.
- 2006-09-05 Ankit Jain <[email protected]>
- * ServiceDescriptionTest.cs (Namespaces): New.
- 2006-05-03 Ankit Jain <[email protected]>
- * ServiceDescriptionTest.cs (Extensions) New test.
- (CheckExtensions):
- (CheckXmlElement): New. Helper methods.
- * test.wsdl: Test wsdl.
- 2006-04-27 Ankit Jain <[email protected]>
- * ServiceDescriptionTest.cs (ExtensibleAttributes): New test.
- 2006-02-04 Gert Driesen <[email protected]>
- * ServiceDescriptionReflectorTest.cs: Use only one include as otherwise
- the order of elements is not consistent on MS.NET.
- 2006-02-04 Gert Driesen <[email protected]>
- * ServiceDescriptionReflectorTest.cs: New test, currently marked
- NotWorking.
- 2005-10-05 Atsushi Enomoto <[email protected]>
- * ServiceDescriptionTest.cs : new file (for part of bug #76311).
- 2003-09-14 Lluis Sanchez Gual <[email protected]>
- * BindingCollectionTest.cs ChangeLog DocumentableItemTest.cs
- OperationCollectionTest.cs OperationMessageCollectionTest.cs
- OperationMessageTest.cs PortTypeCollectionTest.cs PortTypeTest.cs
- ServiceCollectionTest.cs ServiceDescriptionCollectionTest.cs
- SoapBodyBindingTest.cs SoapOperationBindingTest.cs TypesTest.cs
- New test files by Erik LeBel.
|