summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2010-10-21 07:53:33 -0600
committerEric Schulte <schulte.eric@gmail.com>2010-10-21 07:53:33 -0600
commit6599e17654d6f4a6109a2ce0621501ff92a8f719 (patch)
treeb0630522fc0a1eb01dad757ca51dcc3bdb2f2aef
parentd87e33ea1978e0aed6c3daa1894b0f85349d2325 (diff)
downloadorg-mode-6599e17654d6f4a6109a2ce0621501ff92a8f719.tar.gz
babel: uncomment test-ob-lob.el test which seems to have stochastic failures
-rw-r--r--testing/lisp/test-ob-lob.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/testing/lisp/test-ob-lob.el b/testing/lisp/test-ob-lob.el
index 042de31..5d3dddd 100644
--- a/testing/lisp/test-ob-lob.el
+++ b/testing/lisp/test-ob-lob.el
@@ -41,10 +41,9 @@
(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)