ChangeLog 2.0 KB

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