projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b06bac
)
Fix last change.
author
kaoru
<kaoru>
Thu, 19 Feb 2004 02:10:54 +0000
(
02:10
+0000)
committer
kaoru
<kaoru>
Thu, 19 Feb 2004 02:10:54 +0000
(
02:10
+0000)
tests/test-elmo-util.el
patch
|
blob
|
history
diff --git
a/tests/test-elmo-util.el
b/tests/test-elmo-util.el
index
a7dc5e8
..
5bdd214
100644
(file)
--- a/
tests/test-elmo-util.el
+++ b/
tests/test-elmo-util.el
@@
-15,6
+15,8
@@
(make-temp-file temporary-file-directory)))
(luna-define-method lunit-test-case-teardown ((case test-elmo-util))
+ (setq print-length nil
+ print-level nil)
(when (file-exists-p test-elmo-temoporary-file)
(delete-file test-elmo-temoporary-file)))