Browse Source

babel: updating tests

Eric Schulte 14 years ago
parent
commit
09758a4b81
2 changed files with 5 additions and 4 deletions
  1. 4 3
      testing/lisp/test-ob-lob.el
  2. 1 1
      testing/lisp/test-ob.el

+ 4 - 3
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)
 

+ 1 - 1
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)