update test for new icon code.
This commit is contained in:
parent
924cc0de3a
commit
b86d244939
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
||||
####################################################
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue