New tests, and fixed buffer mcs -> gmcs switch.
[mono.git] / mcs / class / System.Runtime.Remoting / Test / ChangeLog
1 2008-09-19  Jeffrey Stedfast  <fejj@novell.com>
2
3         * HttpServerChannelTests.cs: More unit tests for
4         HttpServerChannel.
5
6 2008-09-17  Jeffrey Stedfast  <fejj@novell.com>
7
8         * BaseCalls.cs (RemoteObject): Added more methods for invoking.
9
10 2008-01-25  Gert Driesen  <drieseng@users.sourceforge.net>
11
12         * ActivationTests.cs: Only stop server if it was actually created.
13         * RemotingServicesTest.cs: Always/only unregister channels if they were
14         actually created. More code formatting.
15
16 2008-01-25  Gert Driesen  <drieseng@users.sourceforge.net>
17
18         * RemotingServicesTest.cs: Do not hide exception that occur when
19         unregistering a channel. Code formatting and removed extra tabs.
20
21 2007-10-30  Robert Jordan  <robertj@gmx.net>
22
23         * GenericTest.cs: Add tests for bug #324232.
24
25 2007-09-09  Robert Jordan  <robertj@gmx.net>
26
27         * GenericTest.cs: Add tests for bug #78882, #81554.
28
29 2007-06-05  Robert Jordan  <robertj@gmx.net>
30
31         * RemotingServicesTest.cs: Add test for bug #81811.
32
33 2007-05-19  Robert Jordan  <robertj@gmx.net>
34
35         * IpcChannelTest.cs: Add test for bug #81653.
36
37 2007-02-05  Robert Jordan  <robertj@gmx.net>
38
39         * BaseCalls.cs (PrimitiveParams): Add dummy overload method for
40         bug #77191.
41         * ReflectionCalls.cs (PrimitiveParams): Due to the change above
42         we need to specify the exact signature because PrimitiveParams ()
43         is overloaded now.
44
45 2007-01-09  Robert Jordan  <robertj@gmx.net>
46
47         * GenericTest.cs: Added test for generics in remoting interfaces.
48         See bug #80383.
49
50 2006-12-18  Lluis Sanchez Gual  <lluis@ximian.com>
51
52         * BaseCalls.cs: Added some tests for exceptions.
53
54 2005-12-02  Robert Jordan  <robertj@gmx.net>
55
56         * RemotingServicesTest.cs: Added test for bug #76809.
57
58 2005-12-01  Robert Jordan  <robertj@gmx.net>
59
60         * IpcCalls.cs: Made the IPC channel names unique to match the
61         Tcp/HttpChannel(0) semantics, because the test suite
62         relies on that.
63
64 2005-10-16  Robert Jordan  <robertj@gmx.net>
65
66         * IpcCalls.cs: Added.
67
68 2005-04-27  Lluis Sanchez Gual  <lluis@ximian.com>
69
70         * RemotingServicesTest.cs: Fix warning.
71         * ContextsTest.cs: Removed unneeded exception catch.
72         Changed the order in which GetEnvoySink is called. I think 
73         this is a safe chenge, since it is not defined where the
74         call to GetEnvoySink should be made.
75
76 2005-02-16  Lluis Sanchez Gual  <lluis@ximian.com>
77
78         * HttpCalls.cs, TcpCalls.cs: Don't use a hardcoded port number for the
79         test channels, take any free port.
80
81 2004-12-17  Lluis Sanchez Gual  <lluis@ximian.com>
82
83         * HttpCalls.cs: Use a different port.
84
85 2004-12-17  Lluis Sanchez Gual <lluis@ximian.com>
86
87         * BaseCalls.cs: Removed useless try/catch.
88
89 2004-09-27  Lluis Sanchez Gual <lluis@ximian.com>
90
91         * ContextsTest.cs: Fixed test sequence.
92         * RemotingServicesTest.cs: Minor fix.
93         * ServerObject.cs: Added check for transparent proxy in all CBO methods.
94
95 2004-07-02  Lluis Sanchez Gual <lluis@ximian.com>
96
97         * ActivationTests.cs: Fixed and enhanced tests.
98         * RemotingServicesTest.cs: Added.
99
100 2004-06-23  Lluis Sanchez Gual <lluis@ximian.com>
101
102         * ActivationTests.cs: New tests.
103         * BaseCalls.cs, CallSeq.cs: Use Assert instead of the deprecated Assertion.
104
105 2004-05-03  Lluis Sanchez Gual <lluis@ximian.com>
106
107         * AsyncCalls.cs, BaseCalls.cs, DelegateCalls.cs, ReflectionCalls.cs, 
108           ServerObject.cs, SyncCalls.cs: Improved PrimitiveParamsInOut test case.
109
110 2004-02-23  Lluis Sanchez Gual <lluis@ximian.com>
111
112         * AsyncCalls.cs, BaseCalls.cs, CallSeq.cs, ContextHookAttribute.cs, 
113           ContextsTest.cs, CrossDomainCalls.cs, DelegateCalls.cs, HttpCalls.cs,
114           ReflectionCalls.cs, ServerObject.cs, SyncCalls.cs, TcpCalls.cs:
115           Shortened namespace name.
116
117 2003-11-11  Lluis Sanchez Gual <lluis@ximian.com>
118
119         * BaseCalls.cs: Little fix.
120         * ContextsTest.cs: Unregister dynamic properties even if there is an exception.
121         * CrossDomainCalls.cs: New test for the cross-app domain channel.
122           
123 2003-09-01  Nick Drochak  <ndrochak@gol.com>
124
125         * AsyncCalls.cs: Fix Build breaker on .NET 1.1.
126
127 2003-08-22  Lluis Sanchez Gual <lluis@ximian.com>
128
129         * BaseCalls.cs: Create 3 test remote objects, one for each kind of access,
130           to avoid reuse of client proxies.
131         * CallSeq.cs: Now, "domain ID" is set manually.
132         * ContextsTest.cs: Added initialization of common domain id. Other small fixes.
133         * ReflectionCalls.cs: Get the method for the invoke for the correct type.
134           GetType() for a proxy to interface always return MarshalByRefObject.
135         * TcpCalls.cs, HttpCalls.cs: Added delegate tests.
136         * DelegateCalls.cs: New test suite for calls using delegates.
137
138 2003-08-20  Lluis Sanchez Gual <lluis@ximian.com>
139
140         * AsyncCalls.cs, BaseCalls.cs, HttpCalls.cs, ReflectionCalls.cs, SyncCalls.cs,
141           TcpCalls.cs: new test suite for remoting. It tests sync calls, async calls
142           and reflection calls using tcp and http channels.
143         * CallSeq.cs, ContextHookAttribute.cs: Add methods for getting a context and
144           domain ids that are the same between tests runs.
145         * ContextsTest.cs: unregister channel on test shutdown.
146
147 2003-07-23  Lluis Sanchez Gual <lluis@ximian.com>
148
149         * ContextsTest.cs, CallSeq.cs, ContextHookAttribute.cs, ServerObject.cs: Added.