diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-06 14:44:30 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-06 14:44:30 +0000 |
commit | d3139e8e478e46c5b125eb8a9327beaacf439b50 (patch) | |
tree | c6c46d8d1fe7942f57180838b277a1132faa06a0 | |
parent | 6ff3660dedd1310709460ece74b6079f33e91c57 (diff) |
Comment out "*stack-question*" buffer test
-rw-r--r-- | test/tests.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/tests.el b/test/tests.el index 7f7395a..74ef158 100644 --- a/test/tests.el +++ b/test/tests.el @@ -127,8 +127,9 @@ (stack-question-list-next 5) (line-should-match "^\\s-+0\\s-+1\\s-+Babel doesn't wrap results in verbatim [ 0-9]+[ydhms] ago\\s-+\\[org-mode\\]") - (call-interactively 'stack-question-list-display-question) - (should (equal (buffer-name) "*stack-question*")) + ;; ;; Use this when we have a real stack-question buffer. + ;; (call-interactively 'stack-question-list-display-question) + ;; (should (equal (buffer-name) "*stack-question*")) (switch-to-buffer "*question-list*") (stack-question-list-previous 4) (line-should-match |