[Modcplusplus-devel] (gr84b8) mod_cplusplus/test/t/handler handler.t
Brought to you by:
gr84b8,
johnksterling
|
From: Mod C. C. L. <mod...@so...> - 2002-04-26 19:08:06
|
Mod Cplusplus CVS committal Author : gr84b8 Project : mod_cplusplus Module : test Dir : mod_cplusplus/test/t/handler Modified Files: handler.t Log Message: add in environ decoding, request streaming, and updated the test suite and exmaples (Submitted by: Nathan Stitt <na...@st...>) =================================================================== RCS file: /cvsroot/modcplusplus/mod_cplusplus/test/t/handler/handler.t,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- handler.t 22 May 2001 19:52:15 -0000 1.1 +++ handler.t 26 Apr 2002 18:57:00 -0000 1.2 @@ -13,5 +13,5 @@ my $handler_url = '/cpp-handler'; -ok GET_BODY($handler_url) =~ "Lets Dump The Request"; +ok GET_BODY($handler_url) =~ "BOO"; |