Fix a time sensitive problem with one of the tests.
This commit is contained in:
parent
5ff871f2d5
commit
1689c01472
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ is($input->name, 'TestDate', 'Checking input name');
|
|||
is($input->type, 'text', 'Checking input type');
|
||||
is(
|
||||
$input->value,
|
||||
WebGUI::DateTime->new($session, $defaultTime)->toMysqlDate,
|
||||
WebGUI::DateTime->new($session, $defaultTime)->set_time_zone($session->user->get('timeZone'))->toMysqlDate,
|
||||
"Checking default value"
|
||||
);
|
||||
is($input->{size}, 10, 'Checking size param, default');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue