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