| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- 2006-12-15 Atsushi Enomoto <[email protected]>
- * ServiceDescriptionFormatExtensionCollectionTest.cs :
- new test.
- 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.
|