From 51af2a16a7944f1b902a7fcfb39ae4018da30330 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Fri, 26 Jul 2019 02:18:21 -0500 Subject: [PATCH] Tests: Turn on truncate-lines and add to comment --- tests/test-org-ql.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/test-org-ql.el b/tests/test-org-ql.el index 9f7e5d8..1a01be9 100644 --- a/tests/test-org-ql.el +++ b/tests/test-org-ql.el @@ -382,7 +382,8 @@ Based on Buttercup macro `it'." :sort todo :action (org-ql-test-org-get-heading)) :to-equal '("Take over the universe" "Take over the world" "Skype with president of Antarctica" "Take over Mars" "Visit Mars" "Take over the moon" "Visit the moon" "Practice leaping tall buildings in a single bound" "Renew membership in supervillain club" "Learn universal sign language" "Order a pizza" "Get haircut" "Internet" "Spaceship lease" "Fix flux capacitor" "/r/emacs" "Shop for groceries" "Rewrite Emacs in Common Lisp" "Write a symphony"))) (org-ql-it "with 1 argument" - ;; FIXME: Figure out why this takes >10x longer than the other (todo) tests, according to Buttercup. + ;; FIXME: Figure out why this takes >10x longer than the other (todo) + ;; tests, according to Buttercup. Might just be GC, though. (expect (org-ql test-buffer (todo "WAITING") :sort todo @@ -457,4 +458,8 @@ Based on Buttercup macro `it'." :action (org-ql-test-org-get-heading)) :to-equal nil))))) +;; Local Variables: +;; truncate-lines: t +;; End: + ;;; org-ql.el ends here