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