summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <eric.schulte@gmx.com>2012-03-01 11:37:04 -0700
committerEric Schulte <eric.schulte@gmx.com>2012-03-01 11:37:04 -0700
commita3a48f698f103c3f37b1d166ce0e0b1716312056 (patch)
treeff7c249ed34c61d3fd9f643f3e36529aaef0d231
parent618eb91e12bb1474765401b18890631850dc3850 (diff)
downloadorg-mode-a3a48f698f103c3f37b1d166ce0e0b1716312056.tar.gz
ensure that test constants are loaded by org-test.el
-rw-r--r--testing/org-test.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/org-test.el b/testing/org-test.el
index df06e65..f255584 100644
--- a/testing/org-test.el
+++ b/testing/org-test.el
@@ -30,6 +30,8 @@
;;;; Code:
+(require 'org-test-ob-consts)
+
(let* ((org-test-dir (expand-file-name
(file-name-directory
(or load-file-name buffer-file-name))))