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.
