Fix test failures
This commit is contained in:
parent
9e3094e05a
commit
cef5f68603
2 changed files with 28 additions and 13 deletions
|
|
@ -52,7 +52,7 @@ is($event->isAllDay, 0, 'isAllDay is zero since it has a start and end time');
|
|||
|
||||
my %templateVars = $event->getTemplateVars();
|
||||
is($templateVars{isOneDay}, 1, 'getTemplateVars: isOneDay with start times');
|
||||
is($templateVars{dateSpan}, 'Wednesday, August 16 6:00 PM ‐ 10:00 PM', 'getTemplateVars: dateSpan bridges times on a single day');
|
||||
is($templateVars{dateSpan}, 'Wednesday, August 16 6:00 PM – 10:00 PM', 'getTemplateVars: dateSpan bridges times on a single day');
|
||||
|
||||
$properties->{startDate} = '2000-08-16';
|
||||
$properties->{endDate} = '2000-08-16';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue