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