Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
* test/test-twittering-mode.el (test-icon-mode): removed use of
twittering-tmp-dir
  • Loading branch information
hayamiz committed Jan 12, 2010
1 parent cfa6240 commit c70f890
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
2010-01-12 Yuto Hayamizu <y.hayamizu@gmail.com>

* test/test-twittering-mode.el (test-icon-mode): removed use of
twittering-tmp-dir

2010-01-12 Satoshi Yatagawa <yata_github@y.hauN.org>

* twittering-mode.el (twittering-start-http-session): Call
Expand Down
1 change: 0 additions & 1 deletion test/test-twittering-mode.el
Expand Up @@ -54,7 +54,6 @@
(setq twittering-icon-mode nil)
(twittering-icon-mode)
(test-assert-ok twittering-icon-mode)
(test-assert-ok (file-directory-p twittering-tmp-dir))
(twittering-icon-mode)
(test-assert-ok (not twittering-icon-mode))
(twittering-icon-mode nil)
Expand Down

0 comments on commit c70f890

Please sign in to comment.