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