Ok, I ran the tests with 'make testwindows' because I'm working under windows with cygwin. The MarshalByRefObjectTest failed with a problem about a Tcp channel already used
I think the bug is fixed now. Please replace the two files in the CVS tree. Oh, when I say the RemotingServices.Disconnect function is not yep implemented, I mean the Mono one. Sorry, I didn't test the classes within the mono tests suite. I'll do it now before I subit new files :) Thanks, JM Nick Drochak wrote: > | -----Original Message----- > | From: Jean-Marc Andr [mailto:[EMAIL PROTECTED]] > | 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. > > > >
ActivatorTest.cs
Description: Binary data
MarshalByRefObjectTest.cs
Description: Binary data
