Jan. 24, 2010
9:01 p.m.
2010/1/24 Henrik Sperre Johansen <henrik.s.johansen@veloxit.no>
On 24.01.2010 21:36, laurent laffont wrote:
It's the opposite for me :)
TestIndenting>>testCR2 and TestIndenting>>testNewLineLeaveSpacesOnOldLine fails because FTPlugin is here (in exupery). If I delete FTPlugin directory, these tests succeed.
Laurent
Technically, the tests don't fail because the Plugin no longer exists (ie, these tests failing does not indicate there's anything wrong with the plugin), but because a font which satisfies the hardcoded assumptions about width is used when no FreeType-fonts are availiable. ;)
You're right. The test results depends on the font that is choosed as default font. May be the tests should change the Form object font ? Laurent