The branch, master has been updated via dd845888f8aa6b6f725d7342f84abbc552346bd7 (commit) from d7181d6911f4e2c32bcccaa7ddb69b1f5df7559e (commit)
- Log ----------------------------------------------------------------- commit dd845888f8aa6b6f725d7342f84abbc552346bd7 Author: Marc Delisle marc@infomarc.info Date: Mon May 17 12:53:26 2010 -0400
not really an old-style message
-----------------------------------------------------------------------
Summary of changes: test/PMA_headerLocation_test.php | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/test/PMA_headerLocation_test.php b/test/PMA_headerLocation_test.php index 7dabfc1..7626906 100644 --- a/test/PMA_headerLocation_test.php +++ b/test/PMA_headerLocation_test.php @@ -248,8 +248,6 @@ class PMA_headerLocation_test extends PHPUnit_Extensions_OutputTestCase // over 600 chars $testUri = 'http://testurl.com/test.php?testlonguri=over600chars&test=test&test=...';
- $GLOBALS['strGo'] = 'test link'; - $header = "<html><head><title>- - -</title>\n" . "<meta http-equiv="expires" content="0">\n" . "<meta http-equiv="Pragma" content="no-cache">\n" . @@ -264,7 +262,7 @@ class PMA_headerLocation_test extends PHPUnit_Extensions_OutputTestCase "<body>\n" . "<script type="text/javascript">\n" . "//<![CDATA[\n" . - "document.write('<p><a href=\"" . $testUri . "\">" . $GLOBALS['strGo'] . "</a></p>');\n" . + "document.write('<p><a href=\"" . $testUri . "\">" . 'test link' . "</a></p>');\n" . "//]]>\n" . "</script></body></html>\n";
hooks/post-receive