summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2011-09-06 09:07:00 -0600
committerEric Schulte <schulte.eric@gmail.com>2011-09-06 09:07:00 -0600
commit966ec3f1f12b0017cdef306e36d6573cc11d2e90 (patch)
treef77619b07872f46ca6abd8a714992b8c39daf0b5
parent242a9286466b10b0a64b35ccf0c81a53033f98b1 (diff)
downloadorg-mode-966ec3f1f12b0017cdef306e36d6573cc11d2e90.tar.gz
ensure all tests have unique names
* testing/lisp/test-ob-exp.el (test-ob-exp/org-babel-exp-src-blocks/w-no-headers2): Renamed to be unique.
-rw-r--r--testing/lisp/test-ob-exp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lisp/test-ob-exp.el b/testing/lisp/test-ob-exp.el
index 931346f..a0182a1 100644
--- a/testing/lisp/test-ob-exp.el
+++ b/testing/lisp/test-ob-exp.el
@@ -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)