From ef366c1b2ddf22b8f9c19fcbc093f3e4d27e9db0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 18 Jul 2012 14:51:22 +0200 Subject: [PATCH] Fix expected output --- test/libraries/core/PMA_headerLocation_test_disabled.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/test/libraries/core/PMA_headerLocation_test_disabled.php b/test/libraries/core/PMA_headerLocation_test_disabled.php index 4db5f5a5ea..a3ae5f4777 100644 --- a/test/libraries/core/PMA_headerLocation_test_disabled.php +++ b/test/libraries/core/PMA_headerLocation_test_disabled.php @@ -20,6 +20,7 @@ require_once 'libraries/url_generating.lib.php'; require_once 'libraries/Theme.class.php'; require_once 'libraries/Table.class.php'; require_once 'libraries/php-gettext/gettext.inc'; +require_once 'libraries/Response.class.php'; /** * Test function sending headers. @@ -286,10 +287,10 @@ class PMA_headerLocation_test extends PHPUnit_Framework_TestCase $url = './navigation.php?'.PMA_generate_common_url($GLOBALS['db'], '', '&'); $write = '' . PHP_EOL;