emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
Not found
debug log:

solving 551d17d64 ...
found 551d17d64 in https://list.orgmode.org/orgmode/3c017c45-c82a-cb0e-6352-fabb21e7ac37@gmail.com/
found 6aecc3af8 in https://git.savannah.gnu.org/cgit/emacs/org-mode.git
preparing index
index prepared:
100644 6aecc3af86cbb5b9ea8fb45d0606ea0c5edf38ab	testing/lisp/test-org.el

applying [1/1] https://list.orgmode.org/orgmode/3c017c45-c82a-cb0e-6352-fabb21e7ac37@gmail.com/
diff --git a/testing/lisp/test-org.el b/testing/lisp/test-org.el
index 6aecc3af8..551d17d64 100644

Checking patch testing/lisp/test-org.el...
error: while searching for:
 (ert-deftest test-org/org-parse-time-string ()
   "Test `org-parse-time-string'."
   (should (equal (org-parse-time-string "2012-03-29 16:40")
		 '(0 40 16 29 3 2012 nil nil nil)))
   (should (equal (org-parse-time-string "[2012-03-29 16:40]")
		 '(0 40 16 29 3 2012 nil nil nil)))
   (should (equal (org-parse-time-string "<2012-03-29 16:40>")
		 '(0 40 16 29 3 2012 nil nil nil)))
   (should (equal (org-parse-time-string "<2012-03-29>")
		 '(0 0 0 29 3 2012 nil nil nil)))
   (should (equal (org-parse-time-string "<2012-03-29>" t)
		 '(0 nil nil 29 3 2012 nil nil nil))))

 (ert-deftest test-org/closest-date ()
   "Test `org-closest-date' specifications."

error: patch failed: testing/lisp/test-org.el:268
error: testing/lisp/test-org.el: patch does not apply

git apply error:; exit status=1 (no patches left to try for 551d17d64)


Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).