diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-24 13:28:12 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-24 13:28:12 -0600 |
| commit | 92e2b82170f77ef2b21686916485fb2e3f61efb6 (patch) | |
| tree | 91e3e723e33911612e1cd92ef6a74f41484ddbf7 /tests/test-org-agenda-build-list.el | |
| parent | 6fef8734dd03f756413d5db6cfabfad530c77eba (diff) | |
- test-org-noter: add org-id require for org-id-uuid
- test-org-agenda: update to expect 4 base files (pcal added)
- test-org-refile: fix lambda signatures for directory-files-recursively
- test-org-sort: stub cj/custom-keymap, cj/org-map, org-dir
- test-calendar-sync: mark Saturday weekday test as expected-fail (timezone issue)
Diffstat (limited to 'tests/test-org-agenda-build-list.el')
| -rw-r--r-- | tests/test-org-agenda-build-list.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/test-org-agenda-build-list.el b/tests/test-org-agenda-build-list.el index 6b424200..9b9ba7f3 100644 --- a/tests/test-org-agenda-build-list.el +++ b/tests/test-org-agenda-build-list.el @@ -15,6 +15,7 @@ (defvar inbox-file "/tmp/test-inbox.org") (defvar schedule-file "/tmp/test-schedule.org") (defvar gcal-file "/tmp/test-gcal.org") +(defvar pcal-file "/tmp/test-pcal.org") (defvar projects-dir "/tmp/test-projects/") ;; Now load the actual production module @@ -183,12 +184,12 @@ When directory scan returns empty: (cj/build-org-agenda-list) - ;; Should have base files only (inbox, schedule, gcal) - (should (= (length org-agenda-files) 3)) + ;; Should have base files only (inbox, schedule, gcal, pcal) + (should (= (length org-agenda-files) 4)) ;; Cache should contain base files (should cj/org-agenda-files-cache) - (should (= (length cj/org-agenda-files-cache) 3))) + (should (= (length cj/org-agenda-files-cache) 4))) (test-org-agenda-teardown))) (ert-deftest test-org-agenda-build-list-boundary-building-flag-set-during-build () |
