/[Apache-SVN]/perl/modperl/trunk/t/response/TestAPI/sub_request.pm
ViewVC logotype

Diff of /perl/modperl/trunk/t/response/TestAPI/sub_request.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- perl/modperl/trunk/t/response/TestAPI/sub_request.pm	2005/03/29 04:00:19	159345
+++ perl/modperl/trunk/t/response/TestAPI/sub_request.pm	2005/03/29 04:15:05	159346
@@ -30,7 +30,7 @@ sub handler {
     ok t_cmp $subr->uri, $uri, "uri";
 
     my $rc = $subr->run;
-    ok $rc, Apache::SERVER_ERROR, "rc";
+    ok t_cmp $rc, Apache::SERVER_ERROR, "rc";
 
     # test an explicit DESTROY (which happens automatically on the
     # scope exit)

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26