From 0ceba22e53c3ce48448f37311b8ec2294ef8238c Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Sun, 23 Mar 2014 05:26:13 +0200 Subject: [PATCH] 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. --- test/ChangeLog | 23 +++++++++++++++++++++++ test/automated/package-test.el | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/test/ChangeLog b/test/ChangeLog index c87022cd948..9560397fa3f 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,26 @@ +2014-03-23 Dmitry Gutov + + * automated/package-test.el (package-test-describe-package): + Fix test failure in non-graphical mode. + +2014-03-22 Dmitry Gutov + + * 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 + + * 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 * automated/tramp-tests.el (tramp-copy-size-limit): Declare. diff --git a/test/automated/package-test.el b/test/automated/package-test.el index 6d0dcdab299..ee1920b5ef4 100644 --- a/test/automated/package-test.el +++ b/test/automated/package-test.el @@ -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. -- 2.11.4.GIT