emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 8c28ac8: Fix Bug#33568


From: Michael Albinus
Subject: [Emacs-diffs] master 8c28ac8: Fix Bug#33568
Date: Wed, 12 Dec 2018 04:50:08 -0500 (EST)

branch: master
commit 8c28ac8023cee235885ab0f44b73dbfef6f0a10d
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    Fix Bug#33568
    
    * test/lisp/net/secrets-tests.el (secrets-test02-collections)
    (secrets-test03-items): Do not expect "login" collection to
    exist.  (Bug#33568)
---
 test/lisp/net/secrets-tests.el | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/test/lisp/net/secrets-tests.el b/test/lisp/net/secrets-tests.el
index de3ce73..d34b002 100644
--- a/test/lisp/net/secrets-tests.el
+++ b/test/lisp/net/secrets-tests.el
@@ -90,10 +90,6 @@
   (unwind-protect
       (progn
        (should (secrets-open-session))
-
-       ;; There must be at least the collections "Login" and "session".
-       (should (or (member "Login" (secrets-list-collections))
-                    (member "login" (secrets-list-collections))))
        (should (member "session" (secrets-list-collections)))
 
        ;; Create a random collection.  This asks for a password
@@ -160,9 +156,6 @@
 
        ;; There shall be no items in the "session" collection.
        (should-not (secrets-list-items "session"))
-       ;; There shall be items in the "Login" collection.
-       (should (or (secrets-list-items "Login")
-                    (secrets-list-items "login")))
 
        ;; Create a new item.
        (should (setq item-path (secrets-create-item "session" "foo" "secret")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]