diff options
| author | Eli Zaretskii | 2023-11-25 06:42:53 -0500 |
|---|---|---|
| committer | Eli Zaretskii | 2023-11-25 06:42:53 -0500 |
| commit | d8726dd382a74737d19b958eaa037232fc9fb592 (patch) | |
| tree | 7bcbe5f3f3719a3b4244c26e17544c604cbd7880 /test | |
| parent | 8157d49060b9b55f49fd25ea79c20413d8f97730 (diff) | |
| parent | 77ab00207d6b421e94500ef6e32624c629e58e08 (diff) | |
| download | emacs-d8726dd382a74737d19b958eaa037232fc9fb592.tar.gz emacs-d8726dd382a74737d19b958eaa037232fc9fb592.zip | |
Merge from origin/emacs-29
77ab00207d6 ; * admin/authors.el (authors-aliases): Add Noah Peart.
6f843f03dc2 typescript-ts-mode: Add missing 'operator' to treesit-fon...
0676a029310 Extend D-Bus doc and test
df094dd4bc1 Do not unregister a D-Bus service which is a unique name
e6ad97a3338 Fix byte-compilation warnings about 'sqlite-rollback'
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/net/dbus-tests.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lisp/net/dbus-tests.el b/test/lisp/net/dbus-tests.el index 418ae61bb42..66240efd882 100644 --- a/test/lisp/net/dbus-tests.el +++ b/test/lisp/net/dbus-tests.el | |||
| @@ -465,6 +465,9 @@ | |||
| 465 | (should (eq (dbus-unregister-service bus dbus--test-service) :non-existent)) | 465 | (should (eq (dbus-unregister-service bus dbus--test-service) :non-existent)) |
| 466 | (should-not (member dbus--test-service (dbus-list-known-names bus))) | 466 | (should-not (member dbus--test-service (dbus-list-known-names bus))) |
| 467 | 467 | ||
| 468 | ;; Unregistering a unique name returns nil. | ||
| 469 | (should-not (dbus-unregister-service bus ":1.1")) | ||
| 470 | |||
| 468 | ;; A service name is a string, constructed of at least two words | 471 | ;; A service name is a string, constructed of at least two words |
| 469 | ;; separated by ".". | 472 | ;; separated by ".". |
| 470 | (should | 473 | (should |