From: gggeek Date: Sun, 12 Jul 2015 13:17:07 +0000 (+0100) Subject: Fix failing tests: charsets mixing up w.keepalives X-Git-Tag: 4.0.0-alpha^2~5 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=75234d12e752f022fcf8e5994a0dd8783dec54ab Fix failing tests: charsets mixing up w.keepalives --- diff --git a/tests/4LocalhostMultiTest.php b/tests/4LocalhostMultiTest.php index 2489ae5..e5d365a 100644 --- a/tests/4LocalhostMultiTest.php +++ b/tests/4LocalhostMultiTest.php @@ -19,7 +19,7 @@ class LocalhostMultiTest extends LocalhostTest */ function _runtests() { - $unsafeMethods = array('testHttps', 'testCatchExceptions', 'testUtf8Method', 'testServerComments', 'testExoticCharsetsRequests2'); + $unsafeMethods = array('testHttps', 'testCatchExceptions', 'testUtf8Method', 'testServerComments', 'testExoticCharsetsRequests', 'testExoticCharsetsRequests2', 'testExoticCharsetsRequests3'); foreach(get_class_methods('LocalhostTest') as $method) { if(strpos($method, 'test') === 0 && !in_array($method, $unsafeMethods))