aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDmitry Gutov2014-03-23 05:26:13 +0200
committerDmitry Gutov2014-03-23 05:26:13 +0200
commit0ceba22e53c3ce48448f37311b8ec2294ef8238c (patch)
tree70e5df059fa57c0ed43a5041e27414b21c657adc /test
parent9e37f3b9c3321029fb12479c1e1bbba7e708f8f5 (diff)
downloademacs-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')
-rw-r--r--test/ChangeLog23
-rw-r--r--test/automated/package-test.el2
2 files changed, 24 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index c87022cd948..9560397fa3f 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,26 @@
12014-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
62014-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
142014-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
12014-03-07 Michael Albinus <michael.albinus@gmx.de> 242014-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.
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."
326 (should (search-forward "Summary: A single-file package with no dependencies" 326 (should (search-forward "Summary: A single-file package with no dependencies"
327 nil t)) 327 nil t))
328 (should (search-forward "Homepage: http://doodles.au" nil t)) 328 (should (search-forward "Homepage: http://doodles.au" nil t))
329 (should (search-forward "Keywords: frobnicate")) 329 (should (re-search-forward "Keywords: \\[?frobnicate\\]?" nil t))
330 ;; No description, though. Because at this point we don't know 330 ;; No description, though. Because at this point we don't know
331 ;; what archive the package originated from, and we don't have 331 ;; what archive the package originated from, and we don't have
332 ;; its readme file saved. 332 ;; its readme file saved.