[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_5-20534-ge15ff03

Madhura Jayaratne madhuracj at users.sourceforge.net
Sun Oct 2 03:42:39 CEST 2011


The branch, master has been updated
       via  e15ff037e3d8e2771d84eee423195c5b78a6bc3b (commit)
      from  50293004adc930ee21c0e1136bfd1c85790855fa (commit)


- Log -----------------------------------------------------------------
commit e15ff037e3d8e2771d84eee423195c5b78a6bc3b
Author: Madhura Jayaratne <madhura.cj at gmail.com>
Date:   Sun Oct 2 07:11:57 2011 +0530

    typo

-----------------------------------------------------------------------

Summary of changes:
 test/libraries/common/PMA_showPHPDocu_test.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/libraries/common/PMA_showPHPDocu_test.php b/test/libraries/common/PMA_showPHPDocu_test.php
index 6b95d4b..fe24855 100644
--- a/test/libraries/common/PMA_showPHPDocu_test.php
+++ b/test/libraries/common/PMA_showPHPDocu_test.php
@@ -33,7 +33,7 @@ class PMA_showPHPDocu_test extends PHPUnit_Framework_TestCase
         $target = "docu";
         $lang = _pgettext('PHP documentation language', 'en');
         $expected = '<a href="./url.php?url=http%3A%2F%2Fphp.net%2Fmanual%2F' . $lang
-            . '%2F' . $target . '&server=99&lang=en&token=token"'
+            . '%2F' . $target . '&server=99&lang=en&token=token'
             . '" target="documentation"><img src="themes/dot.gif" title="'
             . __('Documentation') . '" alt="' . __('Documentation') . '" class="icon ic_b_help" /></a>';
 
@@ -47,7 +47,7 @@ class PMA_showPHPDocu_test extends PHPUnit_Framework_TestCase
         $target = "docu";
         $lang = _pgettext('PHP documentation language', 'en');
         $expected = '[<a href="./url.php?url=http%3A%2F%2Fphp.net%2Fmanual%2F' . $lang
-            . '%2F' . $target . '&server=99&lang=en&token=token"'
+            . '%2F' . $target . '&server=99&lang=en&token=token'
             . '" target="documentation">' . __('Documentation') . '</a>]';
 
         $this->assertEquals($expected, PMA_showPHPDocu($target));


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list