aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lisp/emacs-lisp/package-tests.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/lisp/emacs-lisp/package-tests.el b/test/lisp/emacs-lisp/package-tests.el
index d8e260319bd..ed778049dcb 100644
--- a/test/lisp/emacs-lisp/package-tests.el
+++ b/test/lisp/emacs-lisp/package-tests.el
@@ -450,6 +450,13 @@ but with a different end of line convention (bug#48137)."
450 (package-refresh-contents) 450 (package-refresh-contents)
451 (package-install 'simple-single))) 451 (package-install 'simple-single)))
452 452
453(ert-deftest package-test-install-single-from-archive/string-type ()
454 "Install a single package from a package archive, using string argument."
455 (with-package-test ()
456 (package-initialize)
457 (package-refresh-contents)
458 (package-install "simple-single")))
459
453(ert-deftest package-test-install-prioritized () 460(ert-deftest package-test-install-prioritized ()
454 "Install a lower version from a higher-prioritized archive." 461 "Install a lower version from a higher-prioritized archive."
455 (with-package-test () 462 (with-package-test ()