Merge branch 'QA_4_6'

This commit is contained in:
Michal Čihař 2016-11-28 14:24:55 +01:00
commit d3b6d1e7fd

View File

@ -134,10 +134,10 @@ class PMA_HeaderLocation_Test extends PHPUnit_Framework_TestCase
$testUri_js = Sanitize::escapeJsString($testUri);
$header = "<html>\n<head>\n <title>- - -</title>
<meta http-equiv=\"expires\" content=\"0\">"
. "\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 . "\">"
<meta http-equiv=\"expires\" content=\"0\" />"
. "\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\">\n //<![CDATA[
setTimeout(\"window.location = decodeURI('" . $testUri_js . "')\", 2000);
//]]>\n </script>\n</head>