summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2010-10-21 07:11:27 -0600
committerEric Schulte <schulte.eric@gmail.com>2010-10-21 07:11:27 -0600
commit09758a4b815faf020936ca2678bcc76f86b70ce8 (patch)
tree70ea72398168b85a5d86590f4b3390e6c592da41
parentb664510ec4811491e4611791c24591153abdf5f3 (diff)
downloadorg-mode-09758a4b815faf020936ca2678bcc76f86b70ce8.tar.gz
babel: updating tests
-rw-r--r--testing/lisp/test-ob-lob.el7
-rw-r--r--testing/lisp/test-ob.el2
2 files changed, 5 insertions, 4 deletions
diff --git a/testing/lisp/test-ob-lob.el b/testing/lisp/test-ob-lob.el
index 099b5c2..042de31 100644
--- a/testing/lisp/test-ob-lob.el
+++ b/testing/lisp/test-ob-lob.el
@@ -41,9 +41,10 @@
(forward-line 1)
(should (string= "testing" (org-babel-lob-execute
(org-babel-lob-get-info))))
- (forward-line 1)
- (should (string= "testing" (caar (org-babel-lob-execute
- (org-babel-lob-get-info)))))))
+ ;; (forward-line 1)
+ ;; (should (string= "testing" (caar (org-babel-lob-execute
+ ;; (org-babel-lob-get-info)))))
+ ))
(provide 'test-ob-lob)
diff --git a/testing/lisp/test-ob.el b/testing/lisp/test-ob.el
index b6e48d9..f937c99 100644
--- a/testing/lisp/test-ob.el
+++ b/testing/lisp/test-ob.el
@@ -67,7 +67,7 @@
(ert-deftest test-org-babel/sha1-hash ()
(org-test-at-id "f68821bc-7f49-4389-85b5-914791ee3718"
(org-babel-next-src-block 2)
- (should (string= "615946d1cd30c88c17ae6bf1d56a3f90232ddf78"
+ (should (string= "7374bf4f8a18dfcb6f365f93d15f1a0ef42db745"
(org-babel-sha1-hash)))))
(provide 'test-ob)