aboutsummaryrefslogtreecommitdiff
path: root/t/renamepage.t
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2009-01-27 00:00:00 +0100
committerintrigeri <intrigeri@boum.org>2009-01-27 00:00:00 +0100
commit03ab2623194009bf3cb82747c59dbf565b89e7bf (patch)
treec562ebaad239164b566d9ff7aa127db69a2cfa8d /t/renamepage.t
parent8915d2553c056304bef2fd77b8fc03d99a49e2a9 (diff)
downloadikiwiki-03ab2623194009bf3cb82747c59dbf565b89e7bf.tar
ikiwiki-03ab2623194009bf3cb82747c59dbf565b89e7bf.tar.gz
revert renamepage's hook original name
Signed-off-by: intrigeri <intrigeri@boum.org>
Diffstat (limited to 't/renamepage.t')
-rwxr-xr-xt/renamepage.t4
1 files changed, 2 insertions, 2 deletions
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,