This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mcs / class / System.Runtime.Remoting / Test / ChangeLog
1 2004-06-23  Lluis Sanchez Gual <lluis@ximian.com>
2
3         * ActivationTests.cs: New tests.
4         * BaseCalls.cs, CallSeq.cs: Use Assert instead of the deprecated Assertion.
5
6 2004-05-03  Lluis Sanchez Gual <lluis@ximian.com>
7
8         * AsyncCalls.cs, BaseCalls.cs, DelegateCalls.cs, ReflectionCalls.cs, 
9           ServerObject.cs, SyncCalls.cs: Improved PrimitiveParamsInOut test case.
10
11 2004-02-23  Lluis Sanchez Gual <lluis@ximian.com>
12
13         * AsyncCalls.cs, BaseCalls.cs, CallSeq.cs, ContextHookAttribute.cs, 
14           ContextsTest.cs, CrossDomainCalls.cs, DelegateCalls.cs, HttpCalls.cs,
15           ReflectionCalls.cs, ServerObject.cs, SyncCalls.cs, TcpCalls.cs:
16           Shortened namespace name.
17
18 2003-11-11  Lluis Sanchez Gual <lluis@ximian.com>
19
20         * BaseCalls.cs: Little fix.
21         * ContextsTest.cs: Unregister dynamic properties even if there is an exception.
22         * CrossDomainCalls.cs: New test for the cross-app domain channel.
23           
24 2003-09-01  Nick Drochak  <ndrochak@gol.com>
25
26         * AsyncCalls.cs: Fix Build breaker on .NET 1.1.
27
28 2003-08-22  Lluis Sanchez Gual <lluis@ximian.com>
29
30         * BaseCalls.cs: Create 3 test remote objects, one for each kind of access,
31           to avoid reuse of client proxies.
32         * CallSeq.cs: Now, "domain ID" is set manually.
33         * ContextsTest.cs: Added initialization of common domain id. Other small fixes.
34         * ReflectionCalls.cs: Get the method for the invoke for the correct type.
35           GetType() for a proxy to interface always return MarshalByRefObject.
36         * TcpCalls.cs, HttpCalls.cs: Added delegate tests.
37         * DelegateCalls.cs: New test suite for calls using delegates.
38
39 2003-08-20  Lluis Sanchez Gual <lluis@ximian.com>
40
41         * AsyncCalls.cs, BaseCalls.cs, HttpCalls.cs, ReflectionCalls.cs, SyncCalls.cs,
42           TcpCalls.cs: new test suite for remoting. It tests sync calls, async calls
43           and reflection calls using tcp and http channels.
44         * CallSeq.cs, ContextHookAttribute.cs: Add methods for getting a context and
45           domain ids that are the same between tests runs.
46         * ContextsTest.cs: unregister channel on test shutdown.
47
48 2003-07-23  Lluis Sanchez Gual <lluis@ximian.com>
49
50         * ContextsTest.cs, CallSeq.cs, ContextHookAttribute.cs, ServerObject.cs: Added.