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