Revert last change.
authorkaoru <kaoru>
Fri, 21 Sep 2007 04:53:26 +0000 (04:53 +0000)
committerkaoru <kaoru>
Fri, 21 Sep 2007 04:53:26 +0000 (04:53 +0000)
tests/ChangeLog
tests/test-wl-util.el

index c4970c5..e1418c7 100644 (file)
@@ -1,8 +1,3 @@
-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 33e35df..e8d8389 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))))