Fix last change.
authorkaoru <kaoru>
Thu, 19 Feb 2004 02:10:54 +0000 (02:10 +0000)
committerkaoru <kaoru>
Thu, 19 Feb 2004 02:10:54 +0000 (02:10 +0000)
tests/test-elmo-util.el

index a7dc5e8..5bdd214 100644 (file)
@@ -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)))