Changes between Initial Version and Version 1 of Ticket #16567, comment 29
- Timestamp:
- 2020-06-08T16:49:59+02:00 (6 years ago)
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: ~~ 2 2 {{{ 3 3 #!text 4 4 ShortcutTest testMakeTooltip Failure expected:<[<html>Foo Bar <font size='-2'>(Shift+J)</font> </html>]> but was:<[Foo Bar (⇧+J)]> 5 5 }}} 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 8 EDIT: I was always checking the `html` output, which wasn't being regenerated (I needed to be calling `ant test-html`).


