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