ChangeLog 1.1 KB

123456789101112131415161718192021222324
  1. 2003-08-22 Lluis Sanchez Gual <[email protected]>
  2. * BaseCalls.cs: Create 3 test remote objects, one for each kind of access,
  3. to avoid reuse of client proxies.
  4. * CallSeq.cs: Now, "domain ID" is set manually.
  5. * ContextsTest.cs: Added initialization of common domain id. Other small fixes.
  6. * ReflectionCalls.cs: Get the method for the invoke for the correct type.
  7. GetType() for a proxy to interface always return MarshalByRefObject.
  8. * TcpCalls.cs, HttpCalls.cs: Added delegate tests.
  9. * DelegateCalls.cs: New test suite for calls using delegates.
  10. 2003-08-20 Lluis Sanchez Gual <[email protected]>
  11. * AsyncCalls.cs, BaseCalls.cs, HttpCalls.cs, ReflectionCalls.cs, SyncCalls.cs,
  12. TcpCalls.cs: new test suite for remoting. It tests sync calls, async calls
  13. and reflection calls using tcp and http channels.
  14. * CallSeq.cs, ContextHookAttribute.cs: Add methods for getting a context and
  15. domain ids that are the same between tests runs.
  16. * ContextsTest.cs: unregister channel on test shutdown.
  17. 2003-07-23 Lluis Sanchez Gual <[email protected]>
  18. * ContextsTest.cs, CallSeq.cs, ContextHookAttribute.cs, ServerObject.cs: Added.