diff options
| author | Dmitry Gutov | 2014-03-23 05:26:13 +0200 |
|---|---|---|
| committer | Dmitry Gutov | 2014-03-23 05:26:13 +0200 |
| commit | 0ceba22e53c3ce48448f37311b8ec2294ef8238c (patch) | |
| tree | 70e5df059fa57c0ed43a5041e27414b21c657adc /test/ChangeLog | |
| parent | 9e37f3b9c3321029fb12479c1e1bbba7e708f8f5 (diff) | |
| download | emacs-0ceba22e53c3ce48448f37311b8ec2294ef8238c.tar.gz emacs-0ceba22e53c3ce48448f37311b8ec2294ef8238c.zip | |
Fix test failure in non-graphical mode
* test/automated/package-test.el (package-test-describe-package):
Fix test failure in non-graphical mode.
Add some missing ChangeLog entries.
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index c87022cd948..9560397fa3f 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,26 @@ | |||
| 1 | 2014-03-23 Dmitry Gutov <dgutov@yandex.ru> | ||
| 2 | |||
| 3 | * automated/package-test.el (package-test-describe-package): | ||
| 4 | Fix test failure in non-graphical mode. | ||
| 5 | |||
| 6 | 2014-03-22 Dmitry Gutov <dgutov@yandex.ru> | ||
| 7 | |||
| 8 | * automated/package-test.el (package-test-describe-package): | ||
| 9 | Check for the "Keywords: " line. | ||
| 10 | |||
| 11 | * automated/data/package/archive-contents: Include the :keywords | ||
| 12 | field in `simple-single' data form. | ||
| 13 | |||
| 14 | 2014-03-21 Dmitry Gutov <dgutov@yandex.ru> | ||
| 15 | |||
| 16 | * automated/package-test.el | ||
| 17 | (package-test-install-two-dependencies): New test (bug#16826). | ||
| 18 | |||
| 19 | * automated/data/package/simple-two-depend-1.1.el: New file. | ||
| 20 | |||
| 21 | * automated/data/package/archive-contents: | ||
| 22 | Add info about the new package. | ||
| 23 | |||
| 1 | 2014-03-07 Michael Albinus <michael.albinus@gmx.de> | 24 | 2014-03-07 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 25 | ||
| 3 | * automated/tramp-tests.el (tramp-copy-size-limit): Declare. | 26 | * automated/tramp-tests.el (tramp-copy-size-limit): Declare. |