mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; Fix dbus-tests.el formatting
This commit is contained in:
parent
2f92177f80
commit
3ec6dcfab8
1 changed files with 4 additions and 2 deletions
|
|
@ -1118,10 +1118,12 @@ is in progress."
|
|||
(with-timeout (1 (dbus--test-timeout-handler))
|
||||
(while (null dbus--test-signal-received)
|
||||
(read-event nil nil 0.1)))
|
||||
;; It returns three arguments, interface (a string),
|
||||
;; It returns three arguments, "interface" (a string),
|
||||
;; "changed_properties" (an array of dict entries) and
|
||||
;; "invalidated_properties" (an array of strings).
|
||||
(should (equal dbus--test-signal-received `(,dbus--test-interface ((,property ("foo"))) ())))
|
||||
(should
|
||||
(equal dbus--test-signal-received
|
||||
`(,dbus--test-interface ((,property ("foo"))) ())))
|
||||
|
||||
(should
|
||||
(equal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue