From 09758a4b815faf020936ca2678bcc76f86b70ce8 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Thu, 21 Oct 2010 07:11:27 -0600 Subject: [PATCH] babel: updating tests --- testing/lisp/test-ob-lob.el | 7 ++++--- testing/lisp/test-ob.el | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/testing/lisp/test-ob-lob.el b/testing/lisp/test-ob-lob.el index 099b5c289..042de31bc 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 b6e48d9ff..f937c990a 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) -- 2.11.4.GIT