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.
 
Here are the inputs and outputs of whar I do:
 
$ mono NUnitConsole_mono.exe MonoTests.System.ConvertTest,corlib_linux_test.dll
 
Output is:
.E.
 
The same thing is happed when I added a decimal in MonoTests.System.ConsoleTest.SetUp()
 
If tryDec is commented out in SetUp() all the tests run.
 
Can anyone make anything out of this?? Don't whant to leav the decimal out of the test.
 
BTW the test seems to run fine when i run make test in mono/mcs/
 
/Krister

Reply via email to