From b86d244939a1fcb23e14da1ff0841eaebea7f572 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 9 Feb 2010 15:51:16 -0800 Subject: [PATCH] update test for new icon code. --- t/Session/Icon.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Session/Icon.t b/t/Session/Icon.t index 75d53ef27..e20c621bf 100644 --- a/t/Session/Icon.t +++ b/t/Session/Icon.t @@ -111,7 +111,7 @@ is($extras, q!doSomething()!, "drag: set extras"); $icon = $session->icon->delete('','','What did I ever do to you?'); my ($onclick) = linkAndText($icon, 'a', 'onclick'); -is($onclick, "return confirm('What did I ever do to you?')", "delete: confirm text"); +is($onclick, "return confirm('What did I ever do to you?');", "delete: confirm text"); #################################################### #