stas 2004/08/01 20:38:30
Modified: t/apache head_request.t
Log:
remove debug code
Revision Changes Path
1.2 +0 -3 modperl-2.0/t/apache/head_request.t
Index: head_request.t
===================================================================
RCS file: /home/cvs/modperl-2.0/t/apache/head_request.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -u -r1.1 -r1.2
--- head_request.t 2 Aug 2004 00:36:43 -0000 1.1
+++ head_request.t 2 Aug 2004 03:38:30 -0000 1.2
@@ -28,7 +28,6 @@
ok t_cmp $res->code, 200, "code";
ok t_cmp $res->header('Content-Length'), undef, "C-L header";
ok t_cmp $res->content, "", "content";
- t_debug $res->as_string;
}
{
@@ -38,7 +37,6 @@
ok t_cmp $res->code, 200, "code";
ok t_cmp $res->header('Content-Length'), undef, "C-L header";
ok t_cmp $res->content, "", "content";
- t_debug $res->as_string;
}
{
@@ -48,5 +46,4 @@
ok t_cmp $res->code, 200, "code";
ok t_cmp $res->header('Content-Length'), 25, "C-L header";
ok t_cmp $res->content, "", "content";
- t_debug $res->as_string;
}