ChangeLog 1.4 KB

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