Subject: | card_arb.t failure due to Start Date |
Hello,
While installing I got the following test error:
t/card_arb.............2/5
# Failed test at t/card_arb.t line 36.
# Start Date must not occur before the submission date.
Use of uninitialized value in pattern match (m//) at t/card_arb.t line 39.
# Failed test 'Get order number'
# at t/card_arb.t line 39.
# undef
# doesn't match '(?-xism:^[0-9]{1,13}$)'
# Looks like you failed 2 tests of 5.
t/card_arb............. Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/5 subtests
(less 2 skipped subtests: 1 okay)
I changed the start param in the test file to todays date and that allowed all tests to pass. I
figured I should not that and suggest that the date give be automated to be todays date to
ease installation.