Update test for code changes with bug fix.
This commit is contained in:
parent
dc94fe351a
commit
fc09d73b65
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ ok( $posts->[0]->{'hideProfileUrl'}, 'hide profile url, and user is visitor');
|
|||
ok( !$posts->[0]->{'lastReply.user.isVisitor'}, 'lastReply not made by visitor');
|
||||
ok( $posts->[0]->{'lastReply.hideProfileUrl'}, 'lastReply hide profile url, since user is visitor');
|
||||
is( $posts->[0]->{'lastReply.url'}, $threads[1]->getUrl.'?pn=1#id'.$threads[1]->getId, 'lastReply url has a query fragment prefixed by "id"');
|
||||
is( $posts->[0]->{'url'}, $threads[1]->getUrl.'?pn=1#id'.$threads[1]->getId, 'url has a query fragment prefixed by "id"');
|
||||
is( $posts->[0]->{'url'}, $threads[1]->getUrl.'#id'.$threads[1]->getId, 'url has a query fragment prefixed by "id"');
|
||||
|
||||
|
||||
###################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue