From 54247c62f66f24477c60569fde3895d385cd4038 Mon Sep 17 00:00:00 2001 From: Herman van Rink Date: Wed, 15 Jul 2009 18:27:30 +0000 Subject: [PATCH] Update TestCase for recent change --- test/PMA_headerLocation_test.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/PMA_headerLocation_test.php b/test/PMA_headerLocation_test.php index 2c5c25aae..649d91488 100644 --- a/test/PMA_headerLocation_test.php +++ b/test/PMA_headerLocation_test.php @@ -293,8 +293,7 @@ class PMA_headerLocation_test extends PHPUnit_Extensions_OutputTestCase ' window.parent.goTo(\'' . $url . '\');' . PHP_EOL . '}' . PHP_EOL . '//]]>' . PHP_EOL . - '' . PHP_EOL . - " "; + '' . PHP_EOL; $this->expectOutputString($write); PMA_reloadNavigation();