From 526360f77dce371e7cc650d4fd85d69cf782c60f Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 17 Nov 2009 11:58:40 -0800 Subject: [PATCH] Clean up a test comment. --- t/DateTime.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/DateTime.t b/t/DateTime.t index ac3c59c48..1bad3527e 100644 --- a/t/DateTime.t +++ b/t/DateTime.t @@ -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");