ChangeLog 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. 2006-05-03 Ankit Jain <[email protected]>
  2. * ServiceDescriptionTest.cs (Extensions) New test.
  3. (CheckExtensions):
  4. (CheckXmlElement): New. Helper methods.
  5. * test.wsdl: Test wsdl.
  6. 2006-04-27 Ankit Jain <[email protected]>
  7. * ServiceDescriptionTest.cs (ExtensibleAttributes): New test.
  8. 2006-02-04 Gert Driesen <[email protected]>
  9. * ServiceDescriptionReflectorTest.cs: Use only one include as otherwise
  10. the order of elements is not consistent on MS.NET.
  11. 2006-02-04 Gert Driesen <[email protected]>
  12. * ServiceDescriptionReflectorTest.cs: New test, currently marked
  13. NotWorking.
  14. 2005-10-05 Atsushi Enomoto <[email protected]>
  15. * ServiceDescriptionTest.cs : new file (for part of bug #76311).
  16. 2003-09-14 Lluis Sanchez Gual <[email protected]>
  17. * BindingCollectionTest.cs ChangeLog DocumentableItemTest.cs
  18. OperationCollectionTest.cs OperationMessageCollectionTest.cs
  19. OperationMessageTest.cs PortTypeCollectionTest.cs PortTypeTest.cs
  20. ServiceCollectionTest.cs ServiceDescriptionCollectionTest.cs
  21. SoapBodyBindingTest.cs SoapOperationBindingTest.cs TypesTest.cs
  22. New test files by Erik LeBel.