X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=t%2Frenamepage.t;h=a706cbb46a15466c0adf9e579a0aeabf12f01ec6;hb=7db82bf716f1c89fd707abab1db875c6de688dca;hp=0aa3a1c9fda8b127446516490429de1b2c01f164;hpb=82197bd0eaa216b841caace38c976acc7f6ad3fa;p=ikiwiki.git diff --git a/t/renamepage.t b/t/renamepage.t index 0aa3a1c9f..a706cbb46 100755 --- a/t/renamepage.t +++ b/t/renamepage.t @@ -11,7 +11,7 @@ BEGIN { use_ok("IkiWiki::Plugin::link"); } $config{srcdir}=$config{destdir}="/dev/null"; IkiWiki::checkconfig(); -# tests of the link plugin's renamelink function +# tests of the link plugin's renamepage function sub try { my ($page, $oldpage, $newpage, $content)=@_; @@ -23,7 +23,7 @@ sub try { $links{$page}=[]; } - IkiWiki::Plugin::link::renamelink( + IkiWiki::Plugin::link::renamepage( page => $page, oldpage => $oldpage, newpage => $newpage,