]> git.eshelyaron.com Git - emacs.git/commitdiff
automated/package-test.el (package-test-update-archives): Fix test
authorArtur Malabarba <bruce.connor.am@gmail.com>
Wed, 1 Apr 2015 16:55:52 +0000 (17:55 +0100)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Wed, 1 Apr 2015 16:55:52 +0000 (17:55 +0100)
test/ChangeLog
test/automated/package-test.el

index f722ce2be33200e33fe348c831f11484ec7c1764..f7bec2ee1194412540f2b388a338796047e435aa 100644 (file)
@@ -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>
 
index 5be928fbe80fd174fbe74a94cd1fa6028a66f81d..359f3541b4190f31903619201a70e0a38ae3bebb 100644 (file)
@@ -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))