[Mono-list] Bug in NUnit when initialising decimal

Nick Drochak ndrochak@gol.com
Wed, 22 May 2002 23:17:42 +0900


| 
| Asked about this before but really need help with this.
| 
| I'm trying to get failures and errors out of MonoTests.System.Convert
but it seems like when
|  I'm assigning a value to tryDec in SetUp() the test just halts.


Krister,

I duplicated your problem I think.  I wasn't using GC before, but now
that I am I am seeing the same thing.  If I take out all the tryDec
parts, then ConvertTest runs to completion properly.

So, this must have something to do with the way decimal types are
handled by the runtime.

I'll play with this a bit more and see what I can find.

BTW, do you ever come to the #mono IRC channel?

Regards,
Nick D.