Clean up a test comment.
This commit is contained in:
parent
86a4cb5a11
commit
526360f77d
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ is($copiedDt->toUserTimeZoneTime(), "14:12:45", "toUserTimeZoneTime o
|
|||
$copiedDt->add(hours => 1);
|
||||
|
||||
isa_ok($copiedDt, "WebGUI::DateTime", "add returns itself");
|
||||
isa_ok($copiedDt->session, "WebGUI::Session", "add does not nuke $session");
|
||||
isa_ok($copiedDt->session, "WebGUI::Session", "add does not nuke its session");
|
||||
|
||||
is($copiedDt->time_zone()->name, "America/Hermosillo", "add does not change the time zone");
|
||||
is($copiedDt->toUserTimeZone(), "2006-11-06 15:12:45", "add returns the correct time");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue