X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/fcaa7f6237ac2b2b372cb26aed136f8a364d6ed5..d3c15aed18ef9e67c3e785ac3cc0426c56e59ac7:/t/renamepage.t

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,