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