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