When I try to run the unit tests, they almost all fail.
I'm using following versions of Emacs and Org mode:
Org mode version 9.5.2 (release_9.5.2-25-gaf6f12 @ /usr/share/emacs/28.1/lisp/org/)
GNU Emacs 28.1 (build 2, x86_64-pc-linux-gnu, X toolkit, cairo version 1.17.6, Xaw3d scroll bars) of 2022-07-10
I started the caldav server (radicale) like this:
docker run \
-p 5233:5232 \
-v /home/jack/dev/emacs-orgmode-notes/220814-org-caldav-unit-tests/data:/data \
tomsquest/docker-radicale
Then after manually creating the test1 and test2 calendars on the server, I ran the unit tests like so:
When I try to run the unit tests, they almost all fail.
I'm using following versions of Emacs and Org mode:
Org mode version 9.5.2 (release_9.5.2-25-gaf6f12 @ /usr/share/emacs/28.1/lisp/org/) GNU Emacs 28.1 (build 2, x86_64-pc-linux-gnu, X toolkit, cairo version 1.17.6, Xaw3d scroll bars) of 2022-07-10
I started the caldav server (radicale) like this:
Then after manually creating the test1 and test2 calendars on the server, I ran the unit tests like so:
And this is the output I got from ERT: