zoe Thu Apr 30 19:07:22 2009 UTC
Modified files:
/phpruntests/src/testcase/sections rtSection.php
Log:
gzip_post modifications
http://cvs.php.net/viewvc.cgi/phpruntests/src/testcase/sections/rtSection.php?r1=1.4&r2=1.5&diff_format=u
Index: phpruntests/src/testcase/sections/rtSection.php
diff -u phpruntests/src/testcase/sections/rtSection.php:1.4
phpruntests/src/testcase/sections/rtSection.php:1.5
--- phpruntests/src/testcase/sections/rtSection.php:1.4 Tue Apr 28 20:58:00 2009
+++ phpruntests/src/testcase/sections/rtSection.php Thu Apr 30 19:07:22 2009
@@ -19,7 +19,8 @@
'CLEAN' => 'rtCleanSection',
'XFAIL' => 'rtXfailSection',
'GET' => 'rtGetSection',
- 'POST' => 'rtPostSection',
+ 'POST' => 'rtPostSection',
+ 'GZIP_POST' => 'rtGzipPostSection',
);
protected $sectionName;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php