aboutsummaryrefslogtreecommitdiff
*.scm       diff=scheme
*.scm.in    diff=scheme
*.texi      diff=texinfo
/guix/log/tests/services/telephony.scm?id=b0e224566f2ca6b8d375c89f8d023e1b836f31e4'>telephony.scm
AgeCommit message (Expand)Author
2022-07-07tests: telephony: Remove obsolete parsing tests....Fixes <https://issues.guix.gnu.org/56343>. * tests/services/telephony.scm (parse-dbus-reply, parse-account-ids) (parse-account-details, parse-contacts, getAccountList-reply): Delete procedures. ("parse-account-ids"): Delete test. (getAccountDetails-reply): Delete procedure. ("parse-account-details; username, alias and display name"): Delete test. (getContacts-reply): Delete procedure. ("parse-account-contacts"): Delete test. (getContacts-empty-reply): Delete procedure. ("parse-account-contacts, empty array"): Delete test. Reported-by: Ludovic Courtès <ludo@gnu.org> Maxim Cournoyer