From 65f3f3546f3e1138a18d7930c3027192f86dce20 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Thu, 5 May 2011 15:56:54 -0500 Subject: [PATCH] class is now className when doing www_add --- t/Asset/Wobject/GalleryAlbum/view.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Asset/Wobject/GalleryAlbum/view.t b/t/Asset/Wobject/GalleryAlbum/view.t index 5fe11d963..712a81d18 100644 --- a/t/Asset/Wobject/GalleryAlbum/view.t +++ b/t/Asset/Wobject/GalleryAlbum/view.t @@ -88,7 +88,7 @@ cmp_deeply( my $expected = { "url_addPhoto" => all( - re( qr/class=WebGUI::Asset::File::GalleryFile::Photo/ ), + re( qr/className=WebGUI::Asset::File::GalleryFile::Photo/ ), re( qr/func=add/ ), re( $album->getUrl ), ),