ChangeLog 781 B

1234567891011121314151617181920212223
  1. 2007-05-08 Atsushi Enomoto <[email protected]>
  2. * SoapServerTypeTest.cs : added some more tests related to server
  3. methods.
  4. 2007-05-08 Atsushi Enomoto <[email protected]>
  5. * SoapServerTypeTest.cs : added some .ctor() tests to verify
  6. validity of attributes on the service class.
  7. 2007-05-08 Atsushi Enomoto <[email protected]>
  8. * LogicalMethodInfoTest.cs : new test (cosmetic for now).
  9. 2007-04-23 Atsushi Enomoto <[email protected]>
  10. * SoapServerTypeTest.cs : added new test (one is not working yet).
  11. It will be very useful when we test service type generation.
  12. 2007-01-15 Gert Driesen <[email protected]>
  13. * SoapHttpClientProtocolTest.cs: Added test for bug #79988.
  14. * SocketResponder.cs: Utility class for emulating Web Service backend.