Comment 8 for bug 1065462

Revision history for this message
Charlie Poole (charlie.poole) wrote :

It turns out that sometimes the truncation of the name results in a crash, with subsequent tests not being run.

To resolve this, release 0.94 of the adapter will skip any tests that exceed the limit. You will have to use an alternate name in order for the test to be run.

The final fix has to wait for NUnit 2.6.3, where I propose to truncate each string longer than 20 chars, adding ... at the end. I'd appreciate comments from the folks experiencing this problem.