ChangeLog 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. 2007-10-03 Atsushi Enomoto <[email protected]>
  2. * SoapHttpClientProtocolTest.cs: actually those tests fails on mono
  3. on Windows, so mark them as Ignore (not only in 2.0).
  4. 2007-10-03 Atsushi Enomoto <[email protected]>
  5. * SoapHttpClientProtocolTest.cs: disabled connection-oriented tests
  6. that do not work fine on .NET 2.0.
  7. 2007-06-16 Gert Driesen <[email protected]>
  8. * LogicalMethodInfoTest.cs: Fixed namespace.
  9. * WebClientProtocolTest.cs: Fixed namespace.
  10. * SoapHttpClientProtocolTest.cs: Fixed namespace. Added test for
  11. bug #81886.
  12. * SoapServerTypeTest.cs: Fixed namespace.
  13. * SocketResponder.cs: Sync with copy in System assembly.
  14. 2007-05-11 Atsushi Enomoto <[email protected]>
  15. * SoapServerTypeTest.cs : make sure that SoapRpcServiceAttribute works.
  16. 2007-05-08 Atsushi Enomoto <[email protected]>
  17. * SoapServerTypeTest.cs : added some more tests related to server
  18. methods.
  19. 2007-05-08 Atsushi Enomoto <[email protected]>
  20. * SoapServerTypeTest.cs : added some .ctor() tests to verify
  21. validity of attributes on the service class.
  22. 2007-05-08 Atsushi Enomoto <[email protected]>
  23. * LogicalMethodInfoTest.cs : new test (cosmetic for now).
  24. 2007-04-23 Atsushi Enomoto <[email protected]>
  25. * SoapServerTypeTest.cs : added new test (one is not working yet).
  26. It will be very useful when we test service type generation.
  27. 2007-01-15 Gert Driesen <[email protected]>
  28. * SoapHttpClientProtocolTest.cs: Added test for bug #79988.
  29. * SocketResponder.cs: Utility class for emulating Web Service backend.