[Mono-devel-list] AppDomainSetupTest.cs

Nick Drochak ndrochak at gol.com
Tue Jan 27 19:47:09 EST 2004


| -----Original Message-----
| From: mono-devel-list-admin at lists.ximian.com
| [mailto:mono-devel-list-admin at lists.ximian.com] On Behalf Of David Sheldon
| Sent: Wednesday, January 28, 2004 3:46 AM
| To: mono-devel-list at lists.ximian.com
| Subject: Re: [Mono-devel-list] AppDomainSetupTest.cs
| 
| On Tue, Jan 27, 2004 at 11:43:29PM +0900, Nick Drochak wrote:
| > Dave,
| >
| > For me, ApplicationBase3 () needs to use the temp dir for this test to
pass.
| > Maybe it depends on the test runner?  I'm using 'make run-test' from the
mcs
| > directory.  How are you running it on .NET?
| 
| I have the attached code, and I compile it to an exe. Then I run it for
| various parts of the filesystem.
| 
| I think this might be something that MS have changed. I have
| 
| Microsoft (R) Visual C# .NET Compiler version 7.10.3052.4
| for Microsoft (R) .NET Framework version 1.1.4322
| 

OK, it's what I thought then.  If I make a simple test like you did, then I
get the same results.  If I use the nunit test runner (i.e. 'make run-test')
then I get the other kind of result, namely a path from Path.GetTempPath().

So, we need to work out a test that doesn't depend on how it was run.  Is
that possible?

Nick D.




More information about the Mono-devel-list mailing list