stoddard 2004/03/23 12:52:12
Modified: perl-framework/t/apache chunkinput.t
Log:
get rid of nasty tabs
Revision Changes Path
1.5 +8 -8 httpd-test/perl-framework/t/apache/chunkinput.t
Index: chunkinput.t
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/t/apache/chunkinput.t,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- chunkinput.t 23 Mar 2004 20:50:41 -0000 1.4
+++ chunkinput.t 23 Mar 2004 20:52:12 -0000 1.5
@@ -18,17 +18,17 @@
my @resp_strings;
if (have_apache(1)) {
@resp_strings = ("HTTP/1.1 200 OK",
- "HTTP/1.1 404 Not Found",
- "HTTP/1.1 400 Bad Request",
- "HTTP/1.1 400 Bad Request",
- );
+ "HTTP/1.1 404 Not Found",
+ "HTTP/1.1 400 Bad Request",
+ "HTTP/1.1 400 Bad Request",
+ );
}
else {
@resp_strings = ("HTTP/1.1 200 OK",
- "HTTP/1.1 404 Not Found",
- "HTTP/1.1 413 Request Entity Too Large",
- "HTTP/1.1 413 Request Entity Too Large",
- );
+ "HTTP/1.1 404 Not Found",
+ "HTTP/1.1 413 Request Entity Too Large",
+ "HTTP/1.1 413 Request Entity Too Large",
+ );
}
my $tests = 4 * @test_strings + 1;