* BaseCalls.cs: Create 3 test remote objects, one for each kind of access,
authorLluis Sanchez <lluis@novell.com>
Fri, 22 Aug 2003 12:39:02 +0000 (12:39 -0000)
committerLluis Sanchez <lluis@novell.com>
Fri, 22 Aug 2003 12:39:02 +0000 (12:39 -0000)
commitde78cd1ed78970ccfc15d3eabd432aa85e2859ea
treeedc21ed9c20a45802560a0e2d76dd9ed1f68265d
parent3e3cdbe7d3696b13601352a6b07f5a7cd893bbf8
* 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.

svn path=/trunk/mcs/; revision=17507
mcs/class/System.Runtime.Remoting/Test/BaseCalls.cs
mcs/class/System.Runtime.Remoting/Test/CallSeq.cs
mcs/class/System.Runtime.Remoting/Test/ChangeLog
mcs/class/System.Runtime.Remoting/Test/ContextHookAttribute.cs
mcs/class/System.Runtime.Remoting/Test/ContextsTest.cs
mcs/class/System.Runtime.Remoting/Test/DelegateCalls.cs [new file with mode: 0644]
mcs/class/System.Runtime.Remoting/Test/HttpCalls.cs
mcs/class/System.Runtime.Remoting/Test/ReflectionCalls.cs
mcs/class/System.Runtime.Remoting/Test/TcpCalls.cs