From 4a8b4c69a248384d294ce5592dc7440e9c640327 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Wed, 4 May 2011 13:50:10 -0500 Subject: [PATCH] class is now className for www_add --- t/Asset/Asset.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Asset/Asset.t b/t/Asset/Asset.t index 2433a4312..dfcbf855d 100644 --- a/t/Asset/Asset.t +++ b/t/Asset/Asset.t @@ -505,7 +505,7 @@ ok($addMissing, 'addMissing returns some output when in Turn Admin On group'); my $parser = HTML::TokeParser->new(\$addMissing); my $link = $parser->get_tag('a'); my $url = $link->[1]{'href'} || '-'; - like($url, qr{func=add;class=WebGUI::Asset::Wobject::Layout;url=/nowhereMan$}, 'addMissing: Link will add a new page asset with correct URL'); + like($url, qr{func=add;className=WebGUI::Asset::Wobject::Layout;url=/nowhereMan$}, 'addMissing: Link will add a new page asset with correct URL'); }