Skip to content

Commit

Permalink
ensure all tests have unique names
Browse files Browse the repository at this point in the history
* testing/lisp/test-ob-exp.el (test-ob-exp/org-babel-exp-src-blocks/w-no-headers2):
  Renamed to be unique.
  • Loading branch information
eschulte committed Sep 6, 2011
1 parent 242a928 commit 966ec3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/lisp/test-ob-exp.el
Expand Up @@ -50,7 +50,7 @@
(buffer-string))))
(when (get-buffer "*Org HTML Export*") (kill-buffer "*Org HTML Export*")))

(ert-deftest test-ob-exp/org-babel-exp-src-blocks/w-no-headers ()
(ert-deftest test-ob-exp/org-babel-exp-src-blocks/w-no-headers2 ()
"Testing export without any headlines in the org-mode file."
(let ((html-file (concat (file-name-sans-extension
org-test-link-in-heading-file)
Expand Down

0 comments on commit 966ec3f

Please sign in to comment.