aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDaniel Colascione2014-03-22 23:02:36 -0700
committerDaniel Colascione2014-03-22 23:02:36 -0700
commit10e00bd5b43c277ab59f336966a4a3ed35678d40 (patch)
tree5c9f0b01344969ef4cab3bd3f347e7c59c6e3ade /test
parentc6b0fbe7dba2ed10fa390a8772a2c2b5d6485b2a (diff)
parent7eab98da1b67fb50195cfd0bfa20ddca75e67465 (diff)
downloademacs-10e00bd5b43c277ab59f336966a4a3ed35678d40.tar.gz
emacs-10e00bd5b43c277ab59f336966a4a3ed35678d40.zip
Merge from emacs-24; up to 2014-03-21T23:16:26Z!rms@gnu.org
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog28
-rw-r--r--test/automated/package-test.el2
2 files changed, 29 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 183fb409f1f..1fe024a1286 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -3,6 +3,34 @@
3 * automated/cl-lib.el (cl-lib-keyword-names-versus-values): New 3 * automated/cl-lib.el (cl-lib-keyword-names-versus-values): New
4 test: correct parsing of keyword arguments. 4 test: correct parsing of keyword arguments.
5 5
62014-03-23 Dmitry Gutov <dgutov@yandex.ru>
7
8 * automated/package-test.el (package-test-describe-package):
9 Fix test failure in non-graphical mode.
10
112014-03-22 Dmitry Gutov <dgutov@yandex.ru>
12
13 * automated/package-test.el (package-test-describe-package):
14 Check for the "Keywords: " line.
15
16 * automated/data/package/archive-contents: Include the :keywords
17 field in `simple-single' data form.
18
192014-03-21 Dmitry Gutov <dgutov@yandex.ru>
20
21 * automated/package-test.el
22 (package-test-install-two-dependencies): New test (bug#16826).
23
24 * automated/data/package/simple-two-depend-1.1.el: New file.
25
26 * automated/data/package/archive-contents:
27 Add info about the new package.
28
292014-03-23 Daniel Colascione <dancol@dancol.org>
30
31 * automated/cl-lib.el (cl-lib-keyword-names-versus-values): New
32 test: correct parsing of keyword arguments.
33
62014-03-07 Michael Albinus <michael.albinus@gmx.de> 342014-03-07 Michael Albinus <michael.albinus@gmx.de>
7 35
8 * automated/tramp-tests.el (tramp-copy-size-limit): Declare. 36 * 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.