Changes between Initial Version and Version 1 of Ticket #16567, comment 29


Ignore:
Timestamp:
2020-06-08T16:49:59+02:00 (6 years ago)
Author:
taylor.smock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16567, comment 29

    initial v1  
    1 I've been running `svn up; cd core; ant clean dist test` for the past month or two on weekdays (in my morning). The only consistent test failure I've seen with this patch (on Mac) is this:
     1~~I've been running `svn up; cd core; ant clean dist test` for the past month or two on weekdays (in my morning). The only consistent test failure I've seen with this patch (on Mac) is this: ~~
    22{{{
    33#!text
    44ShortcutTest    testMakeTooltip Failure expected:<[<html>Foo Bar <font size='-2'>(Shift+J)</font>&nbsp;</html>]> but was:<[Foo Bar (⇧+J)]>
    55}}}
    6 And that isn't a true failure, just a case where `Shift` is replaced by `⇧`.
     6~~And that isn't a true failure, just a case where `Shift` is replaced by `⇧`.~~
     7
     8EDIT: I was always checking the `html` output, which wasn't being regenerated (I needed to be calling `ant test-html`).