Skip to content

Commit

Permalink
Fix test expectations
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed May 13, 2016
1 parent cb41491 commit 3686263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/libraries/core/PMA_headerLocation_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ public function testSendHeaderLocationIisLongUri()
. "\n <meta http-equiv=\"Pragma\" content=\"no-cache\">"
. "\n <meta http-equiv=\"Cache-Control\" content=\"no-cache\">"
. "\n <meta http-equiv=\"Refresh\" content=\"0;url=" . $testUri_html . "\">"
. "\n <script type=\"text/javascript\">//<![CDATA[
. "\n <script type=\"text/javascript\">\n //<![CDATA[
setTimeout(\"window.location = decodeURI('" . $testUri_js . "')\", 2000);
//]]>\n </script>\n</head>
<body>\n<script type=\"text/javascript\">\n //<![CDATA[
Expand Down

0 comments on commit 3686263

Please sign in to comment.