X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/14b49376dc03672f896e5f1df3945a718a39d5a0..9dfc7a914b8176a3ff41abcb8b20c6630e04c4d7:/t/renamepage.t?ds=sidebyside 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,