diff options
| author | Glenn Morris | 2014-11-17 13:39:56 -0500 |
|---|---|---|
| committer | Glenn Morris | 2014-11-17 13:39:56 -0500 |
| commit | 83087df9492f4a16c835664aa39d0b8a7756d4bb (patch) | |
| tree | 3a57348f8ec9ddedf5c9fd35e63710c4ae827baf /test/ChangeLog | |
| parent | 62243cb96f133581157f6eafa934b5b7ca4cc065 (diff) | |
| download | emacs-83087df9492f4a16c835664aa39d0b8a7756d4bb.tar.gz emacs-83087df9492f4a16c835664aa39d0b8a7756d4bb.zip | |
Improve output of occur-tests in case of failure
* test/automated/occur-tests.el (occur-test-case, occur-test-create):
In case of failure, show the actual string, rather than just nil.
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 47bbfb36a10..42fcd8e934a 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-11-17 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * automated/occur-tests.el (occur-test-case, occur-test-create): | ||
| 4 | In case of failure, show the actual string, rather than just nil. | ||
| 5 | |||
| 1 | 2014-11-17 Ulf Jasper <ulf.jasper@web.de> | 6 | 2014-11-17 Ulf Jasper <ulf.jasper@web.de> |
| 2 | 7 | ||
| 3 | * automated/icalendar-tests.el (icalendar-tests--test-import): | 8 | * automated/icalendar-tests.el (icalendar-tests--test-import): |