From 966ec3f1f12b0017cdef306e36d6573cc11d2e90 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Tue, 6 Sep 2011 09:07:00 -0600 Subject: [PATCH] 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. --- testing/lisp/test-ob-exp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/lisp/test-ob-exp.el b/testing/lisp/test-ob-exp.el index 931346f7d..a0182a1d6 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)