; * test/lisp/net/dbus-tests.el: Fix thinko.
This commit is contained in:
parent
831539542f
commit
29aeed7218
1 changed files with 4 additions and 4 deletions
|
@ -791,10 +791,10 @@ Returns the respective error."
|
|||
|
||||
;; Check parsing. "org.freedesktop.DBus.ListNames" is agnostic to
|
||||
;; :authorizable, so we can use it as test method.
|
||||
(unless (dbus-ignore-errors
|
||||
(dbus-call-method
|
||||
:session dbus-service-dbus dbus-path-dbus
|
||||
dbus-interface-dbus "ListNames"))
|
||||
(when (dbus-ignore-errors
|
||||
(dbus-call-method
|
||||
:session dbus-service-dbus dbus-path-dbus
|
||||
dbus-interface-dbus "ListNames"))
|
||||
(should
|
||||
(dbus-call-method
|
||||
:session dbus-service-dbus dbus-path-dbus
|
||||
|
|
Loading…
Add table
Reference in a new issue