ChangeLog 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. 2006-11-15 Atsushi Enomoto <[email protected]>
  2. * WebReferenceTest.cs : added new test (so minor).
  3. 2006-11-14 Atsushi Enomoto <[email protected]>
  4. * WebReferenceOptionsTest.cs :
  5. Read() actually causes invalid operation.
  6. 2006-11-14 Atsushi Enomoto <[email protected]>
  7. * WebReferenceOptionsTest.cs :
  8. added test for Read(). Fixed namespace URI.
  9. 2006-11-14 Atsushi Enomoto <[email protected]>
  10. * WebReferenceOptionsTest.cs : new test.
  11. 2006-11-14 Atsushi Enomoto <[email protected]>
  12. * ServiceDescriptionTest.cs : added test for invalid Read() inputs.
  13. 2006-09-07 Ankit Jain <[email protected]>
  14. * ServiceDescriptionTest.cs (Ctor): New.
  15. 2006-09-05 Ankit Jain <[email protected]>
  16. * ServiceDescriptionTest.cs (Namespaces): New.
  17. 2006-05-03 Ankit Jain <[email protected]>
  18. * ServiceDescriptionTest.cs (Extensions) New test.
  19. (CheckExtensions):
  20. (CheckXmlElement): New. Helper methods.
  21. * test.wsdl: Test wsdl.
  22. 2006-04-27 Ankit Jain <[email protected]>
  23. * ServiceDescriptionTest.cs (ExtensibleAttributes): New test.
  24. 2006-02-04 Gert Driesen <[email protected]>
  25. * ServiceDescriptionReflectorTest.cs: Use only one include as otherwise
  26. the order of elements is not consistent on MS.NET.
  27. 2006-02-04 Gert Driesen <[email protected]>
  28. * ServiceDescriptionReflectorTest.cs: New test, currently marked
  29. NotWorking.
  30. 2005-10-05 Atsushi Enomoto <[email protected]>
  31. * ServiceDescriptionTest.cs : new file (for part of bug #76311).
  32. 2003-09-14 Lluis Sanchez Gual <[email protected]>
  33. * BindingCollectionTest.cs ChangeLog DocumentableItemTest.cs
  34. OperationCollectionTest.cs OperationMessageCollectionTest.cs
  35. OperationMessageTest.cs PortTypeCollectionTest.cs PortTypeTest.cs
  36. ServiceCollectionTest.cs ServiceDescriptionCollectionTest.cs
  37. SoapBodyBindingTest.cs SoapOperationBindingTest.cs TypesTest.cs
  38. New test files by Erik LeBel.