소스 검색

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.
Eric Schulte 14 년 전
부모
커밋
966ec3f1f1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      testing/lisp/test-ob-exp.el

+ 1 - 1
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)