Update TestCase for recent change

This commit is contained in:
Herman van Rink
2009-07-15 18:27:30 +00:00
parent 219a8c6244
commit 54247c62f6

View File

@@ -293,8 +293,7 @@ class PMA_headerLocation_test extends PHPUnit_Extensions_OutputTestCase
' window.parent.goTo(\'' . $url . '\');' . PHP_EOL . ' window.parent.goTo(\'' . $url . '\');' . PHP_EOL .
'}' . PHP_EOL . '}' . PHP_EOL .
'//]]>' . PHP_EOL . '//]]>' . PHP_EOL .
'</script>' . PHP_EOL . '</script>' . PHP_EOL;
" ";
$this->expectOutputString($write); $this->expectOutputString($write);
PMA_reloadNavigation(); PMA_reloadNavigation();