X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/cb397ea33ea59967757fe6b60dfb57aa7bfaca00..53593baa211863fbf66540cf1bcc36c8fb37257f:/t/helper/datetime.t diff --git a/t/helper/datetime.t b/t/helper/datetime.t index 9d1dd03b9..4966540c9 100644 --- a/t/helper/datetime.t +++ b/t/helper/datetime.t @@ -48,7 +48,7 @@ is tue->add_businessdays(businessweek => 6, days => 9), tue->add(days => 10), "t is tue->add_businessdays(businessweek => 6, days => 8), tue->add(days => 9), "tue + 8 => thu (date) (6dw)"; -# same with substract +# same with subtract is mon->subtract_businessdays(days => 5)->day_of_week, 1, "mon - 5 => mon"; is mon->subtract_businessdays(days => 12)->day_of_week, 4, "mon - 12 => thu";