From cb41491f44a9b0bfdf42a5a362c90e670d766ad7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 13 May 2016 11:55:52 +0200 Subject: [PATCH] Adjust test to no stripping MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- test/libraries/core/PMA_headerLocation_test.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/test/libraries/core/PMA_headerLocation_test.php b/test/libraries/core/PMA_headerLocation_test.php index c31b57156b..f229d2c703 100644 --- a/test/libraries/core/PMA_headerLocation_test.php +++ b/test/libraries/core/PMA_headerLocation_test.php @@ -255,17 +255,17 @@ class PMA_HeaderLocation_Test extends PHPUnit_Framework_TestCase $testUri_html = htmlspecialchars($testUri); $testUri_js = PMA_escapeJsString($testUri); - $header = "- - - + $header = "\n\n - - - " - . "" - . "" - . "" - . " -\n +\n + //]]>\n\n\n "; $this->expectOutputString($header);