jwoolley 02/03/29 15:56:38
Modified: perl-framework/t/ssl proxy.t
Log:
Add verbose output
Revision Changes Path
1.2 +5 -1 httpd-test/perl-framework/t/ssl/proxy.t
Index: proxy.t
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/t/ssl/proxy.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -u -r1.1 -r1.2
--- proxy.t 29 Mar 2002 17:13:05 -0000 1.1
+++ proxy.t 29 Mar 2002 23:56:38 -0000 1.2
@@ -3,9 +3,13 @@
use Apache::Test;
use Apache::TestRequest;
+use Apache::TestUtil;
plan tests => 1, ['mod_proxy'];
Apache::TestRequest::module('proxyssl');
-ok GET_OK('/');
+ok t_cmp(200,
+ GET('/')->code,
+ "/ with proxyssl"
+ );