Browse Source

ensure that test constants are loaded by org-test.el

Eric Schulte 13 years ago
parent
commit
a3a48f698f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      testing/org-test.el

+ 2 - 0
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))))