* test-elmo-date.el (test-elmo-date-get-week): Add assert.
authorkaoru <kaoru>
Fri, 22 Jan 2010 02:19:24 +0000 (02:19 +0000)
committerkaoru <kaoru>
Fri, 22 Jan 2010 02:19:24 +0000 (02:19 +0000)
tests/ChangeLog
tests/test-elmo-date.el

index 147275c..1bba609 100644 (file)
@@ -1,3 +1,7 @@
+2010-01-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * test-elmo-date.el (test-elmo-date-get-week): Add assert.
+
 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
 
        * test-elmo-util.el (test-elmo-delete-cr-1): New testcase.
index 2f1562c..1808eb0 100644 (file)
@@ -7,6 +7,8 @@
   "Check around singularity date. leap year and 2038-01-19."
   (let ((elmo-lang "en"))
     (lunit-assert
+     (string= "Fri" (elmo-date-get-week 1582 10 15)))
+    (lunit-assert
      (string= "Tue" (elmo-date-get-week 2000 2 29)))
     (lunit-assert
      (string= "Tue" (elmo-date-get-week 2038 1 19)))