The branch, master has been updated
       via  90f29bceede052dfaf509600ad11f73bc059c335 (commit)
      from  d4eaf57b88584d0b863b44a50b849014c6d18afc (commit)


- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 test/classes/PMA_Config_test.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/test/classes/PMA_Config_test.php b/test/classes/PMA_Config_test.php
index 3e48383..31c1886 100644
--- a/test/classes/PMA_Config_test.php
+++ b/test/classes/PMA_Config_test.php
@@ -69,11 +69,14 @@ class PMA_ConfigTest extends PHPUnit_Framework_TestCase
         $this->object->checkOutputCompression();
         $this->assertEquals('auto', $this->object->get("OBGzip"));
 
+/*
+    Disabled as ini_set is quite often not allowed
         @ini_set('zlib.output_compression', 'Off');
         $this->object->checkOutputCompression();
         $this->assertFalse($this->object->get("OBGzip"));
 
         @ini_set('zlib.output_compression', 'On');
+ */
     }
 
     public function testCheckClient()


hooks/post-receive
-- 
phpMyAdmin

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to