Merge lp:~wilhelm-hedman/texttest/texttest into lp:texttest
Proposed by
Emily Bache
Status: | Needs review |
---|---|
Proposed branch: | lp:~wilhelm-hedman/texttest/texttest |
Merge into: | lp:texttest |
Diff against target: |
204 lines (+61/-9) 7 files modified
bin/texttest (+5/-1) texttestlib/default/__init__.py (+1/-0) texttestlib/default/batch/junitreport.py (+4/-1) texttestlib/default/gtkgui/default_gui/fileviewers.py (+42/-3) texttestlib/default/gtkgui/version_control/git.py (+4/-3) texttestlib/etc/default_gui-dynamic.xml (+1/-0) texttestlib/etc/default_gui.uimap (+4/-1) |
To merge this branch: | bzr merge lp:~wilhelm-hedman/texttest/texttest |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Geoff Bache | Pending | ||
Review via email:
|
Description of the change
Useful bugfixes
#1597207 - partial fix, some of the tests failed on ubuntu 16.04 because we were running with a swedish locale. This fixes that at least, although other failures remain.
The other useful fix is for git move when the path contains symlinks.
To post a comment you must log in.
Unmerged revisions
- 5483. By Wilhelm Hedman
-
Merge branches
- 5482. By Wilhelm Hedman
-
Added functionality to view uncollated PDFs
- 5481. By Wilhelm Hedman
-
Fixed shebang path
Thanks for these! Apologies for delay, arrived when I was on holiday and then forgot about it...
1) The Git fix is very useful, I've merged that now.
2) The locale changes need to be done in the tests, we have various mechanisms for that. I'll look into it, but it's usually not a good idea to hardcode a locale in application code.
3) The viewing uncollated files functionality seems likely to be useful: however it's unfortunate that it assumes PDF. It should handle any file and use "view_program" (no need for a new config entry) to plug in a PDF viewer or whatever else. So that one needs some more work I think.