merge -r 58060:58217
[mono.git] / mcs / class / System.Runtime.Remoting / Test / ChangeLog
1 2005-10-16  Robert Jordan  <robertj@gmx.net>
2
3         * IpcCalls.cs: Added.
4
5 2005-04-27  Lluis Sanchez Gual  <lluis@ximian.com>
6
7         * RemotingServicesTest.cs: Fix warning.
8         * ContextsTest.cs: Removed unneeded exception catch.
9         Changed the order in which GetEnvoySink is called. I think 
10         this is a safe chenge, since it is not defined where the
11         call to GetEnvoySink should be made.
12
13 2005-02-16  Lluis Sanchez Gual  <lluis@ximian.com>
14
15         * HttpCalls.cs, TcpCalls.cs: Don't use a hardcoded port number for the
16         test channels, take any free port.
17
18 2004-12-17  Lluis Sanchez Gual  <lluis@ximian.com>
19
20         * HttpCalls.cs: Use a different port.
21
22 2004-12-17  Lluis Sanchez Gual <lluis@ximian.com>
23
24         * BaseCalls.cs: Removed useless try/catch.
25
26 2004-09-27  Lluis Sanchez Gual <lluis@ximian.com>
27
28         * ContextsTest.cs: Fixed test sequence.
29         * RemotingServicesTest.cs: Minor fix.
30         * ServerObject.cs: Added check for transparent proxy in all CBO methods.
31
32 2004-07-02  Lluis Sanchez Gual <lluis@ximian.com>
33
34         * ActivationTests.cs: Fixed and enhanced tests.
35         * RemotingServicesTest.cs: Added.
36
37 2004-06-23  Lluis Sanchez Gual <lluis@ximian.com>
38
39         * ActivationTests.cs: New tests.
40         * BaseCalls.cs, CallSeq.cs: Use Assert instead of the deprecated Assertion.
41
42 2004-05-03  Lluis Sanchez Gual <lluis@ximian.com>
43
44         * AsyncCalls.cs, BaseCalls.cs, DelegateCalls.cs, ReflectionCalls.cs, 
45           ServerObject.cs, SyncCalls.cs: Improved PrimitiveParamsInOut test case.
46
47 2004-02-23  Lluis Sanchez Gual <lluis@ximian.com>
48
49         * AsyncCalls.cs, BaseCalls.cs, CallSeq.cs, ContextHookAttribute.cs, 
50           ContextsTest.cs, CrossDomainCalls.cs, DelegateCalls.cs, HttpCalls.cs,
51           ReflectionCalls.cs, ServerObject.cs, SyncCalls.cs, TcpCalls.cs:
52           Shortened namespace name.
53
54 2003-11-11  Lluis Sanchez Gual <lluis@ximian.com>
55
56         * BaseCalls.cs: Little fix.
57         * ContextsTest.cs: Unregister dynamic properties even if there is an exception.
58         * CrossDomainCalls.cs: New test for the cross-app domain channel.
59           
60 2003-09-01  Nick Drochak  <ndrochak@gol.com>
61
62         * AsyncCalls.cs: Fix Build breaker on .NET 1.1.
63
64 2003-08-22  Lluis Sanchez Gual <lluis@ximian.com>
65
66         * BaseCalls.cs: Create 3 test remote objects, one for each kind of access,
67           to avoid reuse of client proxies.
68         * CallSeq.cs: Now, "domain ID" is set manually.
69         * ContextsTest.cs: Added initialization of common domain id. Other small fixes.
70         * ReflectionCalls.cs: Get the method for the invoke for the correct type.
71           GetType() for a proxy to interface always return MarshalByRefObject.
72         * TcpCalls.cs, HttpCalls.cs: Added delegate tests.
73         * DelegateCalls.cs: New test suite for calls using delegates.
74
75 2003-08-20  Lluis Sanchez Gual <lluis@ximian.com>
76
77         * AsyncCalls.cs, BaseCalls.cs, HttpCalls.cs, ReflectionCalls.cs, SyncCalls.cs,
78           TcpCalls.cs: new test suite for remoting. It tests sync calls, async calls
79           and reflection calls using tcp and http channels.
80         * CallSeq.cs, ContextHookAttribute.cs: Add methods for getting a context and
81           domain ids that are the same between tests runs.
82         * ContextsTest.cs: unregister channel on test shutdown.
83
84 2003-07-23  Lluis Sanchez Gual <lluis@ximian.com>
85
86         * ContextsTest.cs, CallSeq.cs, ContextHookAttribute.cs, ServerObject.cs: Added.