* elmo-pop3.el (elmo-folder-open-internal): Don't load location map if
[elisp/wanderlust.git] / tests / test-elmo-date.el
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)))