]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix test failure in non-graphical mode
authorDmitry Gutov <dgutov@yandex.ru>
Sun, 23 Mar 2014 03:26:13 +0000 (05:26 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Sun, 23 Mar 2014 03:26:13 +0000 (05:26 +0200)
* test/automated/package-test.el (package-test-describe-package):
Fix test failure in non-graphical mode.

Add some missing ChangeLog entries.

test/ChangeLog
test/automated/package-test.el

index c87022cd9485e49f3489aa7da9a29df05091844d..9560397fa3f503480335b7e290a066b72a6e5981 100644 (file)
@@ -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.
index 6d0dcdab299fed4d91fe1e09435b1a4467a94109..ee1920b5ef44d585f5d0e68450673e85073be6b3 100644 (file)
@@ -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.