summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <eric.schulte@gmx.com>2012-03-01 11:28:46 -0700
committerEric Schulte <eric.schulte@gmx.com>2012-03-01 11:28:46 -0700
commit618eb91e12bb1474765401b18890631850dc3850 (patch)
tree71a0a11463b1a3ef55b8d1fb855aa148ac5d727b
parent933c0fa44158687a93250c43c7994964bf590736 (diff)
downloadorg-mode-618eb91e12bb1474765401b18890631850dc3850.tar.gz
fully remove contrib/ from the test infrastucture
-rw-r--r--testing/org-test.el9
1 files changed, 2 insertions, 7 deletions
diff --git a/testing/org-test.el b/testing/org-test.el
index 3696db1..df06e65 100644
--- a/testing/org-test.el
+++ b/testing/org-test.el
@@ -224,12 +224,8 @@ otherwise place the point at the beginning of the inserted text."
(defjump org-test-jump
(("lisp/\\1.el" . "testing/lisp/test-\\1.el")
("lisp/\\1.el" . "testing/lisp/\\1.el/test.*.el")
- ("contrib/lisp/\\1.el" . "testing/contrib/lisp/test-\\1.el")
- ("contrib/lisp/\\1.el" . "testing/contrib/lisp/\\1.el/test.*.el")
("testing/lisp/test-\\1.el" . "lisp/\\1.el")
- ("testing/lisp/\\1.el" . "lisp/\\1.el/test.*.el")
- ("testing/contrib/lisp/test-\\1.el" . "contrib/lisp/\\1.el")
- ("testing/contrib/lisp/test-\\1.el" . "contrib/lisp/\\1.el/test.*.el"))
+ ("testing/lisp/\\1.el" . "lisp/\\1.el/test.*.el"))
(concat org-base-dir "/")
"Jump between org-mode files and their tests."
(lambda (path)
@@ -313,8 +309,7 @@ otherwise place the point at the beginning of the inserted text."
:expected-result :failed (should nil))))))))
(directory-files base 'full
"^\\([^.]\\|\\.\\([^.]\\|\\..\\)\\).*\\.el$"))))
- (rld (expand-file-name "lisp" org-test-dir))
- (rld (expand-file-name "lisp" (expand-file-name "contrib" org-test-dir)))))
+ (rld (expand-file-name "lisp" org-test-dir))))
(defun org-test-current-defun ()
"Test the current function."