You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comment by redmunds Monday May 13, 2013 at 15:56 GMT
The recent attempts to fix #3478 exposed a bug in those tests. The Editor.getTextHeight() function returns line-height, not font-size, so calculating expected size using + 2 is incorrect. Pull request #3757 change the ration of line-height to font-size from 1.25 to 1.3, so the luck of these tests passing finally ran out.
Issue by RaymondLim
Monday May 13, 2013 at 01:03 GMT
Originally opened as adobe/brackets#3794
Run ViewCommandHandlers under Integration in Jasmine window.
Result: You get two failures with the following error messages.
Error: Expected 18 to be 17.
Error: Expected 15 to be 16.
The text was updated successfully, but these errors were encountered: