[Mono-list] MarshalByRefObject and Activator NUnit v2.0 test classes

Nick Drochak ndrochak@gol.com
Fri, 14 Feb 2003 11:55:26 +0900


| -----Original Message-----
| From: Jean-Marc Andr [mailto:jean-marc.andre@polymtl.ca]
| Sent: Friday, February 14, 2003 2:19 AM
| To: Nick Drochak; mono-list
| Subject: Re: [Mono-list] MarshalByRefObject and Activator NUnit
| v2.0 test classes
|
|
| Hi,
|
| No, I don't get this error. I tested the class with the NUnit GUI and

Did you try 'make test' from the mcs directory?  That's how I run the tests.

| when I re-run the test without reloading the library I get errors about
| object with the same URI (since the RemotingServices.Disconnect function
| is not yep implemented, I can't use it to unregister the marshaled
| objects... If you have any idea).

You mean on .NET it's not implemented?  Or are you somehow running the NUnit
GUI on linux :)

| Maybe I forgot to release the Tcp channel but I checked the sources and
| it doesn't seem so.
|

Let me know if you see the error when using nunit-console (make test in mcs)
on your box.  If not, then I'll try to track down the reason from here.

Thanks,
Nick D.