[TestBot] web: Fix a couple of links to the registration page.

Francois Gouget fgouget at codeweavers.com
Mon Aug 27 04:51:05 CDT 2012


---
 testbot/web/ForgotPassword.pl |    2 +-
 testbot/web/ResetPassword.pl  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/testbot/web/ForgotPassword.pl b/testbot/web/ForgotPassword.pl
index 7a8b0a5..732747a 100644
--- a/testbot/web/ForgotPassword.pl
+++ b/testbot/web/ForgotPassword.pl
@@ -50,7 +50,7 @@ sub GetHeaderText
 {
   return "Please enter your username or your email address<br>\n" .
          "If you don't have an account yet, you can " .
-         "<a href='Register.php'>register</a> for one.";
+         "<a href='Register.pl'>register</a> for one.";
 }
 
 sub GetActions
diff --git a/testbot/web/ResetPassword.pl b/testbot/web/ResetPassword.pl
index e8a2f2e..caaadcc 100644
--- a/testbot/web/ResetPassword.pl
+++ b/testbot/web/ResetPassword.pl
@@ -52,7 +52,7 @@ sub GetTitle
 sub GetHeaderText
 {
   return "If you don't have an account yet, you can " .
-         "<a href='Register.php'>register</a> for one.";
+         "<a href='Register.pl'>register</a> for one.";
 }
 
 sub GetInputType
-- 
1.7.10.4




More information about the wine-patches mailing list