Merge lp://staging/~jelmer/bzr-gtk/fix-tests into lp://staging/bzr-gtk
Proposed by
Jelmer Vernooij
Status: | Merged |
---|---|
Merged at revision: | 797 |
Proposed branch: | lp://staging/~jelmer/bzr-gtk/fix-tests |
Merge into: | lp://staging/bzr-gtk |
Diff against target: |
113 lines (+17/-12) 5 files modified
__init__.py (+2/-0) commit.py (+1/-1) diff.py (+3/-0) tests/test_ui.py (+10/-10) ui.py (+1/-1) |
To merge this branch: | bzr merge lp://staging/~jelmer/bzr-gtk/fix-tests |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Vincent Ladeuil | Approve | ||
Bazaar GTK maintainers | Pending | ||
Review via email: mp+311894@code.staging.launchpad.net |
Description of the change
Fix tests on modern Debian systems.
To post a comment you must log in.
Indeed, on xenial which I'm using right now,
$ bzr selftest -s bp.gtk
fails on trunk but succeeds with your patch so, approving, thanks !