Age | Commit message (Collapse) | Author |
|
Problem: Tests use assert_true(0) and assert_false(1) to report errors.
Solution: Use assert_report().
|
|
Problem: Menu test fails on MS-Windows using gvim.
Solution: First delete the English menus.
|
|
Problem: Menu test fails on MS-Windows.
Solution: Use a menu entry with only ASCII characters.
|
|
Problem: We can't change the case in menu entries, it breaks translations.
Solution: Ignore case when looking up a menu translation.
|
|
Problem: No test coverage for menus.
Solution: Load the standard menus and check there is no error.
|