Update the Photo view.t test to account for pagination.
This commit is contained in:
parent
4669bd660d
commit
4372c2e5e0
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue