ChangeLog 1.9 KB

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