cd19e34c0c798c4cd8df4c3e0aaf216d4ab751a3
[mono.git] / mcs / class / System.Runtime.Remoting / Test / ChangeLog
1 2010-05-29  Robert Jordan  <robertj@gmx.net>
2
3         * IpcChannelTest.cs: Add test for bug #609381.
4
5 2010-02-28  Robert Jordan  <robertj@gmx.net>
6
7         * BaseCalls.cs: Enable tests again. See bug #576618.
8
9 2010-02-11  Jonathan Pobst  <monkey@jpobst.com>
10
11         * ActivationTests.cs: Disable TestCreateHttpWkoSingleCall and
12         TestCreateHttpWkoSingleton due to sporadic failures.
13         Filed as bug #579277.
14
15 2010-02-03  Jonathan Pobst  <monkey@jpobst.com>
16
17         * HttpCalls.cs: Disable all tests here due to excessive
18         sporadic failures.  Filed as bug #576724.
19
20 2010-02-03  Jonathan Pobst  <monkey@jpobst.com>
21
22         * BaseCalls.cs: Mark tests as NotWorking.  Reported as bug #576618.
23
24 2009-09-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
25
26         * HttpServerChannelTests.cs:
27         * BaseCalls.cs:
28         * System.Runtime.Remoting.Channels.Tcp/TcpChannelTest.cs: ignore tests
29         that fail on MS.NET.
30
31 2009-05-24  Robert Jordan  <robertj@gmx.net>
32
33         * GenericTest.cs: differentiate between "Test(int)" and
34         "Test<int>(int)" to prove that the correct method is invoked.
35
36 2009-05-24  Robert Jordan  <robertj@gmx.net>
37
38         * GenericTest.cs (TestCrossAppDomainChannel): disable on MS.NET as
39         some generic calls do not seem to be supported anymore. It looks
40         like a bug, though, since the same tests are passing when performed
41         over the TCP channel.
42
43 2009-05-24  Robert Jordan  <robertj@gmx.net>
44
45         * GenericTest.cs (TestTcpChannel): create a unique channel and
46         unregister it upon termination. Fixes issues that were uncovered
47         by the NUnit upgrade (see Atsushi's changelogs below).
48
49 2009-01-07  Atsushi Enomoto  <atsushi@ximian.com>
50
51         * RemotingServicesTest.cs : mark failing test as NotWorking, and 
52           Ignore the blocker for other tests.
53           Remoting tests are finally back!
54
55 2009-01-07  Atsushi Enomoto  <atsushi@ximian.com>
56
57         * BaseCalls.cs : fully name is sometimes rejected ... ?
58
59 2009-01-07  Atsushi Enomoto  <atsushi@ximian.com>
60
61         * GenericTest.cs : change from NotWorking to Ignore which also fails
62           and blocks further tests under .NET.
63
64 2009-01-07  Atsushi Enomoto  <atsushi@ximian.com>
65
66         * HttpBugTests.cs : mark some tests as [Ignore] as they are blocker
67           to other http tests. Make sure to unregister HTTP channel.
68
69 2009-01-07  Atsushi Enomoto  <atsushi@ximian.com>
70
71         * GenericTest.cs, HttpServerChannelTests.cs, ActivationTests.cs,
72           BaseCalls.cs, CrossDomainCalls.cs, HttpBugTests.cs,
73           ContextsTest.cs : explicitly set applicationBasePath to load
74           the test assembly itself. It reduces hundreds of test failures
75           under .NET and upgraded NUnit.
76           Marked some tests as NotWorking (due to nunit upgrade).
77
78 2008-09-24  Michael Hutchinson  <mhutchinson@novell.com>
79
80         * HttpServerChannelTests.cs: Don't check for a chunked response from 
81           the Mono HTTP server; it no longer chunks since that was breaking 
82           other tests.
83
84 2008-09-19  Michael Hutchinson  <mhutchinson@novell.com>
85
86         * ActivationTests.cs:
87         * HttpCalls.cs: Add a timeout on the client.
88         * HttpBugTests.cs: Add tests for some bugzilla bugs. One's not fixed, 
89           so is marked as not working.
90
91 2008-09-19  Jeffrey Stedfast  <fejj@novell.com>
92
93         * HttpServerChannelTests.cs: More unit tests for
94         HttpServerChannel.
95
96 2008-09-17  Jeffrey Stedfast  <fejj@novell.com>
97
98         * BaseCalls.cs (RemoteObject): Added more methods for invoking.
99
100 2008-01-25  Gert Driesen  <drieseng@users.sourceforge.net>
101
102         * ActivationTests.cs: Only stop server if it was actually created.
103         * RemotingServicesTest.cs: Always/only unregister channels if they were
104         actually created. More code formatting.
105
106 2008-01-25  Gert Driesen  <drieseng@users.sourceforge.net>
107
108         * RemotingServicesTest.cs: Do not hide exception that occur when
109         unregistering a channel. Code formatting and removed extra tabs.
110
111 2007-10-30  Robert Jordan  <robertj@gmx.net>
112
113         * GenericTest.cs: Add tests for bug #324232.
114
115 2007-09-09  Robert Jordan  <robertj@gmx.net>
116
117         * GenericTest.cs: Add tests for bug #78882, #81554.
118
119 2007-06-05  Robert Jordan  <robertj@gmx.net>
120
121         * RemotingServicesTest.cs: Add test for bug #81811.
122
123 2007-05-19  Robert Jordan  <robertj@gmx.net>
124
125         * IpcChannelTest.cs: Add test for bug #81653.
126
127 2007-02-05  Robert Jordan  <robertj@gmx.net>
128
129         * BaseCalls.cs (PrimitiveParams): Add dummy overload method for
130         bug #77191.
131         * ReflectionCalls.cs (PrimitiveParams): Due to the change above
132         we need to specify the exact signature because PrimitiveParams ()
133         is overloaded now.
134
135 2007-01-09  Robert Jordan  <robertj@gmx.net>
136
137         * GenericTest.cs: Added test for generics in remoting interfaces.
138         See bug #80383.
139
140 2006-12-18  Lluis Sanchez Gual  <lluis@ximian.com>
141
142         * BaseCalls.cs: Added some tests for exceptions.
143
144 2005-12-02  Robert Jordan  <robertj@gmx.net>
145
146         * RemotingServicesTest.cs: Added test for bug #76809.
147
148 2005-12-01  Robert Jordan  <robertj@gmx.net>
149
150         * IpcCalls.cs: Made the IPC channel names unique to match the
151         Tcp/HttpChannel(0) semantics, because the test suite
152         relies on that.
153
154 2005-10-16  Robert Jordan  <robertj@gmx.net>
155
156         * IpcCalls.cs: Added.
157
158 2005-04-27  Lluis Sanchez Gual  <lluis@ximian.com>
159
160         * RemotingServicesTest.cs: Fix warning.
161         * ContextsTest.cs: Removed unneeded exception catch.
162         Changed the order in which GetEnvoySink is called. I think 
163         this is a safe chenge, since it is not defined where the
164         call to GetEnvoySink should be made.
165
166 2005-02-16  Lluis Sanchez Gual  <lluis@ximian.com>
167
168         * HttpCalls.cs, TcpCalls.cs: Don't use a hardcoded port number for the
169         test channels, take any free port.
170
171 2004-12-17  Lluis Sanchez Gual  <lluis@ximian.com>
172
173         * HttpCalls.cs: Use a different port.
174
175 2004-12-17  Lluis Sanchez Gual <lluis@ximian.com>
176
177         * BaseCalls.cs: Removed useless try/catch.
178
179 2004-09-27  Lluis Sanchez Gual <lluis@ximian.com>
180
181         * ContextsTest.cs: Fixed test sequence.
182         * RemotingServicesTest.cs: Minor fix.
183         * ServerObject.cs: Added check for transparent proxy in all CBO methods.
184
185 2004-07-02  Lluis Sanchez Gual <lluis@ximian.com>
186
187         * ActivationTests.cs: Fixed and enhanced tests.
188         * RemotingServicesTest.cs: Added.
189
190 2004-06-23  Lluis Sanchez Gual <lluis@ximian.com>
191
192         * ActivationTests.cs: New tests.
193         * BaseCalls.cs, CallSeq.cs: Use Assert instead of the deprecated Assertion.
194
195 2004-05-03  Lluis Sanchez Gual <lluis@ximian.com>
196
197         * AsyncCalls.cs, BaseCalls.cs, DelegateCalls.cs, ReflectionCalls.cs, 
198           ServerObject.cs, SyncCalls.cs: Improved PrimitiveParamsInOut test case.
199
200 2004-02-23  Lluis Sanchez Gual <lluis@ximian.com>
201
202         * AsyncCalls.cs, BaseCalls.cs, CallSeq.cs, ContextHookAttribute.cs, 
203           ContextsTest.cs, CrossDomainCalls.cs, DelegateCalls.cs, HttpCalls.cs,
204           ReflectionCalls.cs, ServerObject.cs, SyncCalls.cs, TcpCalls.cs:
205           Shortened namespace name.
206
207 2003-11-11  Lluis Sanchez Gual <lluis@ximian.com>
208
209         * BaseCalls.cs: Little fix.
210         * ContextsTest.cs: Unregister dynamic properties even if there is an exception.
211         * CrossDomainCalls.cs: New test for the cross-app domain channel.
212           
213 2003-09-01  Nick Drochak  <ndrochak@gol.com>
214
215         * AsyncCalls.cs: Fix Build breaker on .NET 1.1.
216
217 2003-08-22  Lluis Sanchez Gual <lluis@ximian.com>
218
219         * BaseCalls.cs: Create 3 test remote objects, one for each kind of access,
220           to avoid reuse of client proxies.
221         * CallSeq.cs: Now, "domain ID" is set manually.
222         * ContextsTest.cs: Added initialization of common domain id. Other small fixes.
223         * ReflectionCalls.cs: Get the method for the invoke for the correct type.
224           GetType() for a proxy to interface always return MarshalByRefObject.
225         * TcpCalls.cs, HttpCalls.cs: Added delegate tests.
226         * DelegateCalls.cs: New test suite for calls using delegates.
227
228 2003-08-20  Lluis Sanchez Gual <lluis@ximian.com>
229
230         * AsyncCalls.cs, BaseCalls.cs, HttpCalls.cs, ReflectionCalls.cs, SyncCalls.cs,
231           TcpCalls.cs: new test suite for remoting. It tests sync calls, async calls
232           and reflection calls using tcp and http channels.
233         * CallSeq.cs, ContextHookAttribute.cs: Add methods for getting a context and
234           domain ids that are the same between tests runs.
235         * ContextsTest.cs: unregister channel on test shutdown.
236
237 2003-07-23  Lluis Sanchez Gual <lluis@ximian.com>
238
239         * ContextsTest.cs, CallSeq.cs, ContextHookAttribute.cs, ServerObject.cs: Added.