aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/net/dbus-resources (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't call dbus-launch in dbus-tests.elMichael Albinus2025-10-061-0/+56
| | | | | | | | | | | * test/lisp/net/dbus-tests.el (dbus-test02-register-service-own-bus): Adapt test. Don't use dbus-launch, call dbus-daemon directly. See <1117059@bugs.debian.org>. See <https://lists.debian.org/debian-devel/2016/08/msg00554.html>. * test/lisp/net/dbus-resources/session.conf.in: New file. It is copied from <https://salsa.debian.org/debian/flatpak/-/blob/debian/ trixie/tests/session.conf.in>.
* Add D-Bus introspection testsHugh Daschbach2020-09-301-0/+49
* lisp/net/dbus.el (dbus-annotation-deprecated): New defconst. * test/lisp/net/dbus-tests.el (dbus--tests-dir): New defvar. (dbus--test-introspect, dbus--test-validate-interface) (dbus--test-validate-annotations, dbus--test-validate-property) (dbus--test-validate-m-or-s, dbus--test-validate-signal) (dbus--test-validate-method): New defuns. (dbus-test07-introspection): New test. * test/lisp/net/dbus-resources/org.gnu.Emacs.TestDBus.xml: New test data.