From 4372c2e5e0672851329bd5d66f25da1c05442863 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 12 Aug 2008 22:22:27 +0000 Subject: [PATCH] Update the Photo view.t test to account for pagination. --- t/Asset/File/GalleryFile/Photo/view.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Asset/File/GalleryFile/Photo/view.t b/t/Asset/File/GalleryFile/Photo/view.t index d03d51db3..6426bcfae 100644 --- a/t/Asset/File/GalleryFile/Photo/view.t +++ b/t/Asset/File/GalleryFile/Photo/view.t @@ -79,7 +79,7 @@ my $testTemplateVars = { url_listFilesForOwner => $gallery->getUrl('func=listFilesForUser;userId=3'), url_promote => $photo->getUrl('func=promote'), - url_album => $album->getUrl, + url_album => $album->getUrl('pn=1'), url_thumbnails => $album->getUrl('func=thumbnails'), url_slideshow => $album->getUrl('func=slideshow'), fileUrl => $photo->getFileUrl,