automated/package-test.el (package-test-update-archives): Fix test
This commit is contained in:
parent
ebe1f89169
commit
454184fd59
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
2015-04-01 Artur Malabarba <bruce.connor.am@gmail.com>
|
||||
|
||||
* automated/package-test.el: Avoid async while testing.
|
||||
(package-test-update-archives): Fix test.
|
||||
|
||||
2015-03-27 Wolfgang Jenkner <wjenkner@inode.at>
|
||||
|
||||
|
|
|
@ -326,7 +326,7 @@ Must called from within a `tar-mode' buffer."
|
|||
|
||||
;; New version should be available and old version should be installed
|
||||
(goto-char (point-min))
|
||||
(should (re-search-forward "^\\s-+simple-single\\s-+1.4\\s-+new" nil t))
|
||||
(should (re-search-forward "^\\s-+simple-single\\s-+1.4\\s-+available" nil t))
|
||||
(should (re-search-forward "^\\s-+simple-single\\s-+1.3\\s-+installed" nil t))
|
||||
|
||||
(goto-char (point-min))
|
||||
|
|
Loading…
Add table
Reference in a new issue