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