Forráskód Böngészése

babel: uncomment test-ob-lob.el test which seems to have stochastic failures

Eric Schulte 14 éve
szülő
commit
6599e17654
1 módosított fájl, 3 hozzáadás és 4 törlés
  1. 3 4
      testing/lisp/test-ob-lob.el

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