]> git.eshelyaron.com Git - emacs.git/commit
Fix Bug#29575
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 15 May 2018 12:48:11 +0000 (14:48 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 15 May 2018 12:48:11 +0000 (14:48 +0200)
commitb3956d85c71c30af732a8bc035ed39421bafe11d
tree4c94dadac1bbfbdb05874b9ba4b2dcf52c96c993
parent73a367795f6dfc947a91798c6a62de822e199053
Fix Bug#29575

* lisp/net/secrets.el (secrets-create-item): The new item does not
need a unique label.
(secrets-item-path, secrets-get-secret, secrets-get-attributes)
(secrets-get-attribute, secrets-delete-item): ITEM can also be an
object path.  (Bug#29575)

* test/lisp/net/secrets-tests.el (secrets-test03-items):
Test also creation of two items with same label.  Test
`secrets-get-secret', `secrets-get-attribute' and
`secrets-get-attributes' with object path.
(secrets-test04-search): Harden test.
lisp/net/secrets.el
test/lisp/net/secrets-tests.el