mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-27 10:54:40 +00:00
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.
This commit is contained in:
parent
9e37f3b9c3
commit
0ceba22e53
@ -1,3 +1,26 @@
|
||||
2014-03-23 Dmitry Gutov <dgutov@yandex.ru>
|
||||
|
||||
* automated/package-test.el (package-test-describe-package):
|
||||
Fix test failure in non-graphical mode.
|
||||
|
||||
2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
|
||||
|
||||
* automated/package-test.el (package-test-describe-package):
|
||||
Check for the "Keywords: " line.
|
||||
|
||||
* automated/data/package/archive-contents: Include the :keywords
|
||||
field in `simple-single' data form.
|
||||
|
||||
2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
|
||||
|
||||
* automated/package-test.el
|
||||
(package-test-install-two-dependencies): New test (bug#16826).
|
||||
|
||||
* automated/data/package/simple-two-depend-1.1.el: New file.
|
||||
|
||||
* automated/data/package/archive-contents:
|
||||
Add info about the new package.
|
||||
|
||||
2014-03-07 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* automated/tramp-tests.el (tramp-copy-size-limit): Declare.
|
||||
|
@ -326,7 +326,7 @@ Must called from within a `tar-mode' buffer."
|
||||
(should (search-forward "Summary: A single-file package with no dependencies"
|
||||
nil t))
|
||||
(should (search-forward "Homepage: http://doodles.au" nil t))
|
||||
(should (search-forward "Keywords: frobnicate"))
|
||||
(should (re-search-forward "Keywords: \\[?frobnicate\\]?" nil t))
|
||||
;; No description, though. Because at this point we don't know
|
||||
;; what archive the package originated from, and we don't have
|
||||
;; its readme file saved.
|
||||
|
Loading…
Reference in New Issue
Block a user