| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- 2009-06-25 Atsushi Enomoto <[email protected]>
- * ChannelDispatcherTest.cs : add some instance provider tests.
- 2009-06-23 Atsushi Enomoto <[email protected]>
- * ChannelDispatcherTest.cs : make sure that the port to be in use is
- available before running the tests. Check attach state.
- * DispatchRuntimeTest.cs : make sure that it runs through all the
- behavior tests.
- 2009-06-16 Atsushi Enomoto <[email protected]>
- * DispatchRuntimeTest.cs : add reasonable timeout and close client
- appropriately. Objects are disposed in different ways than .NET.
- Do not expect things automatically disposed as just time goes by.
- 2009-06-12 Atsushi Enomoto <[email protected]>
- * ChannelDispatcherTest.cs : make sure to close service host,
- within rational TimeSpan.
- 2009-06-09 Atsushi Enomoto <[email protected]>
- * ChannelDispatcherTest.cs : add ServiceThrottle test, and comments.
- 2009-05-13 Atsushi Enomoto <[email protected]>
- * ChannelDispatcherTest.cs : make sure ctor args are nullable.
- 2009-04-27 Atsushi Enomoto <[email protected]>
- * ChannelDispatcherTest.cs : added a couple of EndpointDispatcher
- state tests.
- 2009-02-24 Atsushi Enomoto <[email protected]>
- * ChannelDispatcherTest.cs:
- Ignore all failing-under-dotnet tests
- 2009-01-21 Atsushi Enomoto <[email protected]>
- * DispatchRuntimeTest.cs : disable failing test.
- 2008-05-22 Roei Erez <[email protected]>
- * fix ContractDescription.GetContract implementation
- * Refactor Request processing
- * Add support for message inspectors
- * Add support for InstanceContextProvider & InstanceProvider, including lifecycles events
- like: ReleaseServiceInstance, Open, Close...
- * Add relevant test cases.
- 2008-04-08 Roei Erez <[email protected]>
- * Add tests ChannelDispatcherTest, EndpointDispatcherTest
- 2008-04-06 Roei Erez <[email protected]>
- * EndpointDiaptcher: Added new tests (MessageFilter, ContractFilter)
- 2008-02-20 Atsushi Enomoto <[email protected]>
- * ExceptionHandlerTest.cs : disabled a test that is not in effect.
- 2008-02-15 Atsushi Enomoto <[email protected]>
- * PrefixEndpointAddressMessageFilterTest.cs : new test (not working).
- 2006-10-18 Ankit Jain <[email protected]>
- * EndpointAddressMessageFilterTest.cs (Match): Add more tests.
- 2006-10-05 Atsushi Enomoto <[email protected]>
- * EndpointAddressMessageFilterTest.cs : new test.
- * EndpointDispatcherTest.cs : test type of the filter as well.
- 2006-08-10 Duncan Mak <[email protected]>
- * ExceptionHandlerTest.cs: New test.
- 2006-05-29 Atsushi Enomoto <[email protected]>
- * InvalidBodyAccessExceptionTest.cs, DispatchOperationTest.cs :
- fix tests for beta2. Reduced evil English-only tests.
- 2006-04-05 Atsushi Enomoto <[email protected]>
- * ContractDescriptionTest.cs : added test to make sure to return
- ContractDescription for the contract interface, not the actual type.
- 2006-03-16 Atsushi Enomoto <[email protected]>
- * DispatchOperationTest.cs DispatchRuntimeTest.cs : new tests.
|