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