* test-ptexinfmt.el (test-texinfo-format-special-char): New testcase.
authorkaoru <kaoru>
Fri, 21 Sep 2007 04:50:24 +0000 (04:50 +0000)
committerkaoru <kaoru>
Fri, 21 Sep 2007 04:50:24 +0000 (04:50 +0000)
tests/ChangeLog
tests/test-wl-util.el

index e1418c7..c4970c5 100644 (file)
@@ -1,3 +1,8 @@
+2007-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * test-ptexinfmt.el (test-texinfo-format-special-char): New
+       testcase.
+
 2006-11-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
 
        * test-wl-draft.el: New file.
index e8d8389..33e35df 100644 (file)
    (not
     (string= (wl-unique-id)
             (progn (sleep-for 1) (wl-unique-id))))))
+
+(luna-define-method test-wl-repeat-string ((case test-wl-util))
+  "Should be empty testcase."
+  (lunit-assert
+   (string= "" (wl-repeat-string "string" 0))) ; nil expected?
+  (lunit-assert
+   (string= "" (wl-repeat-string "" 99))))