summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-03-13 11:23:56 +0100
committerBastien Guerry <bzg@altern.org>2013-03-13 11:23:56 +0100
commit9f17654913c326dbf5c093891e32547b84140274 (patch)
treea1efcbf8c1d8935bc33f17d9685475f8490e4669
parentbc7dbcab9f38bdf1816197a4ea41022ea2bef7a0 (diff)
downloadorg-mode-9f17654913c326dbf5c093891e32547b84140274.tar.gz
testing/: Merge org-test-ob-consts.el into org-test.el
-rw-r--r--testing/org-test-ob-consts.el23
-rw-r--r--testing/org-test.el12
2 files changed, 9 insertions, 26 deletions
diff --git a/testing/org-test-ob-consts.el b/testing/org-test-ob-consts.el
deleted file mode 100644
index 33e0da2..0000000
--- a/testing/org-test-ob-consts.el
+++ /dev/null
@@ -1,23 +0,0 @@
-;;; org-test-ob-consts.el --- constants for use in code block tests
-
-;; Copyright (c) 2010-2013 Eric Schulte
-;; Authors: Eric Schulte
-
-;; Released under the GNU General Public License version 3
-;; see: http://www.gnu.org/licenses/gpl-3.0.html
-
-;;;; Comments:
-
-;; Template test file for Org-mode tests
-
-
-;;; Code:
-(defconst org-test-file-ob-anchor
- "94839181-184f-4ff4-a72f-94214df6f5ba")
-
-(defconst org-test-link-in-heading-file-ob-anchor
- "a8b1d111-eca8-49f0-8930-56d4f0875155")
-
-(provide 'org-test-ob-consts)
-
-;;; org-test-ob-consts.el ends here
diff --git a/testing/org-test.el b/testing/org-test.el
index 7b07dc6..0c9ca58 100644
--- a/testing/org-test.el
+++ b/testing/org-test.el
@@ -30,7 +30,14 @@
;;;; Code:
-(require 'org-test-ob-consts)
+
+;;; Ob constants
+
+(defconst org-test-file-ob-anchor
+ "94839181-184f-4ff4-a72f-94214df6f5ba")
+
+(defconst org-test-link-in-heading-file-ob-anchor
+ "a8b1d111-eca8-49f0-8930-56d4f0875155")
(let* ((org-test-dir (expand-file-name
(file-name-directory
@@ -304,8 +311,7 @@ Consider setting `pp-escape-newlines' to nil manually."
" \"..\" (file-name-directory\n"
" (or load-file-name buffer-file-name)))\n"
" load-path)))\n"
- " (require 'org-test)\n"
- " (require 'org-test-ob-consts))\n\n"
+ " (require 'org-test)\n\n"
" \n"
";;; Tests\n"
"(ert-deftest " name "/example-test ()\n"