Daily Usage Issues

Unicode issues

Started by kojoru on 24,995 views

Yes issue with unicode is resolved. But error navigation ability is absent.

[img=http://i62.tinypic.com/2n0keur.png]No error navigation[/img]

Or maybe I don't know how to use new version of NCrunch? You moved it somewhere?

Edited

Partially confirmed here too, build errors have links, test fails do not.
Can you guys confirm if the error navigation works when the test's current UI culture is set to English? I'm wondering if the localisation is messing with the exception parsing. The file links in the exception traces should be hyperlinks - there has been no change to the design (although much of the implementation has been reworked).
Confirm. After setting "en-US" CultureInfo links appeared again
Excellent - thanks for confirming that so quickly. I'll see if I can reproduce+fix - will let you know how it goes :)
BTW. If I change Current UI culture in Ncrunch ver. 1.* everything works fine too! So maybe you could fix it there too since it obviously doesn't depend on richTextBox
The reason it will work with UI culture change in V1 is because the localised characters inside the exception strings have a tendency to cause the richedit view corruption. As soon as the UI culture is set to english, the characters are gone and the problem is gone with them.

NCrunch should be able to support rendering of non-english stack traces. Although I suppose it's possible to force tests to run with a UI culture of en-US, I'm sure this would cause problems for people and there's no guarantee that they couldn't change the culture while the test is running .. so a reliable workaround using this approach doesn't seem to be possible.

Out of interest, does NCrunch V1 try to render links inside the exception stack traces for you when you don't have the en-US culture set? (i.e. when the view is corrupt?).
It shows link as navigatable, but navigation doesn't do anything.

Edited

Thanks. I've managed to reproduce this issue and have arranged a fixed build. Would you like to give it a try?

http://downloads.ncrunch.net/NCrunch_GridNodeServer_2.5.0.9.msi
http://downloads.ncrunch.net/NCrunch_GridNodeServer_2.5.0.9.zip
http://downloads.ncrunch.net/NCrunch_VS2008_2.5.0.9.msi
http://downloads.ncrunch.net/NCrunch_VS2010_2.5.0.9.msi
http://downloads.ncrunch.net/NCrunch_VS2010_2.5.0.9.zip
http://downloads.ncrunch.net/NCrunch_VS2012_2.5.0.9.msi
http://downloads.ncrunch.net/NCrunch_VS2012_2.5.0.9.zip
http://downloads.ncrunch.net/NCrunch_VS2013_2.5.0.9.msi
http://downloads.ncrunch.net/NCrunch_VS2013_2.5.0.9.zip


Cheers,

Remco
Yes. Everything looks fine.
Excellent. Thanks! :)

Post a reply

Log in to reply.