Author: dom Date: 2005-07-22 17:39:20 +0100 (Fri, 22 Jul 2005) New Revision: 663
Modified: trunk/t/54_redirect.t Log: test fix
Modified: trunk/t/54_redirect.t =================================================================== --- trunk/t/54_redirect.t 2005-07-22 16:22:33 UTC (rev 662) +++ trunk/t/54_redirect.t 2005-07-22 16:39:20 UTC (rev 663) @@ -45,6 +45,6 @@
# Old versions of CGI.pm mistakenly print location: instead of Location: like( $output, - qr/[lL]ocation: http://example.com/wiki.cgi?id=Test_Page_2&oldid=Test_Page/, + qr/[lL]ocation: http://example.com/wiki.cgi?id=Test_Page_2;oldid=Test_Page/, "...and redirects to the right place" ); }
openguides-commits@lists.openguides.org