The branch, master has been updated
       via  578bb63d76378363bc7f10443dc6cde80d24171f (commit)
      from  b13d2a33edb4cdb95c3a43fbe5dc0f2569e36cd7 (commit)


- Log -----------------------------------------------------------------
commit 578bb63d76378363bc7f10443dc6cde80d24171f
Author: Michal Čihař <[email protected]>
Date:   Thu Jul 21 11:46:14 2011 +0200

    Another variable needed for test

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

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

diff --git a/test/libraries/common/PMA_checkParameters_test.php 
b/test/libraries/common/PMA_checkParameters_test.php
index 4bfcac9..5337650 100644
--- a/test/libraries/common/PMA_checkParameters_test.php
+++ b/test/libraries/common/PMA_checkParameters_test.php
@@ -20,7 +20,7 @@ class PMA_checkParameters_test extends 
PHPUnit_Extensions_OutputTestCase
     {
         $GLOBALS['PMA_Config'] = new PMA_Config();
         $_SESSION['PMA_Theme'] = new PMA_Theme();
-        $GLOBALS['cfg'] = array('ReplaceHelpImg' => true);
+        $GLOBALS['cfg'] = array('ReplaceHelpImg' => true, 'ServerDefault' => 
1);
         $GLOBALS['pmaThemeImage'] = 'theme/';
     }
 


hooks/post-receive
-- 
phpMyAdmin

------------------------------------------------------------------------------
5 Ways to Improve & Secure Unified Communications
Unified Communications promises greater efficiencies for business. UC can 
improve internal communications as well as offer faster, more efficient ways
to interact with customers and streamline customer service. Learn more!
http://www.accelacomm.com/jaw/sfnl/114/51426253/
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to