[Mono-devel-list] AppDomainSetupTest.cs

David Sheldon dave-monolist at earth.li
Sun Feb 1 06:25:42 EST 2004


On Wed, Jan 28, 2004 at 09:47:09AM +0900, Nick Drochak wrote:
> 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().

If I compile the test with 

csc /r:"C:\Program Files\NUnit V2.1\bin\nunit.framework.dll" /t:library AppDomainSetupTest.cs

Then run it with the nunit gui, then my version with "curDir" always
passes. I haven't yet got enough of a working environment on windows to
by able to do "make run-test".

David
-- 
     To understand recursion, we must first understand recursion.



More information about the Mono-devel-list mailing list