aboutsummaryrefslogtreecommitdiff
path: root/test/emacs-hello
AgeCommit message (Collapse)Author
2014-01-13test: renamed test scripts to format T\d\d\d-name.shTomi Ollila
All test scripts to be executed are now named as T\d\d\d-name.sh, numers in increments of 10. This eases adding new tests and developers to see which are test scripts that are executed by test suite and in which order.
2012-11-24test: always source test-lib.sh as ./test-lib.shTomi Ollila
There are currently 45 TESTS scripts. 36 of those load test-lib.sh using '. ./test-lib.sh' and 9 '. test-lib.sh'. In latter case test-lib.sh is first searched from directories in PATH (posix) and then from current directory (bash feature). Changed the 9 files to execute '. ./test-lib.sh'. The test-lib.sh should never be loaded from directory in PATH.
2012-05-25test: remove "Testing" from test description in emacs-hello and emacs-showDmitry Kurochkin
"Testing" is printed by test/test-lib.sh, so having "Testing" in test description results in duplicate "Testing" in console output.
2012-05-06emacs: fix custom queries section customization widget in notmuch-helloDmitry Kurochkin
The customization widget referred to a non-existing function `notmuch-hello-insert-query-list'. The patch changes it to the correct one - `notmuch-hello-insert-searches'. The relevant test is fixed now.
2012-05-06test: add Emacs notmuch-hello tests for custom tags and queries section.Dmitry Kurochkin
The tests use default values from customization widgets to make sure that these customization widgets work (at least on basic level). The custom queries section test is currently broken.
2012-04-05emacs: fix off-by-one error in notmuch-hello column alignmentDmitry Kurochkin
Expected results for few tests are fixed, the relevant test is unmarked broken.
2012-04-05test: add broken test for long names in Emacs notmuch-hello viewDmitry Kurochkin
Currently, the column alignment in Emacs notmuch-hello is broken for tags/queries with long names.
2012-03-01emacs: Tests for user-defined sectionsDaniel Schoepe
A new file was added for notmuch-hello tests.