Open GoogleCodeExporter opened 9 years ago
Original comment by grahamr...@gmail.com
on 15 Nov 2011 at 8:39
We'have the same issue with the same setup. Only the OS differs, we've Windows
7 64bit.
Original comment by p...@born2code.net
on 16 Jul 2012 at 10:13
I get this issue when the test case parameter is too long:
[Test]
[TestCase(3, null, 1.09861228866811)]
[TestCase(3, 2, 1.58496250072116)]
[TestCase(3, 3.2, 0.944514055620738)]
public void Convert(object value, object parameter, double result)
Would cause that exception.
[Test]
[TestCase(3, null, 1.09861)]
[TestCase(3, 2, 1.58496)]
[TestCase(3, 3.2, 0.94451)]
public void Convert(object value, object parameter, double result)
Does not.
Original comment by ser...@gmail.com
on 16 Aug 2012 at 7:47
Original issue reported on code.google.com by
akim.bo...@gmail.com
on 15 Nov 2011 at 6:11Attachments: