changeset 212:a7cc4371f4ad

Tests: whitespace fixes.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 23 Mar 2012 20:24:13 +0400
parents ee8fee3c4ae8
children 4ac0807cc3cf
files fastcgi.t fastcgi_cache.t http_host.t proxy_cache_lock.t rewrite_unescape.t scgi.t scgi_gzip.t scgi_merge_params.t
diffstat 8 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/fastcgi.t
+++ b/fastcgi.t
@@ -77,7 +77,7 @@ sub fastcgi_daemon {
 		if ($ENV{REQUEST_URI} eq '/stderr') {
 			warn "sample stderr text" x 512;
 		}
-		
+
 		print <<EOF;
 Location: http://127.0.0.1:8080/redirect
 Content-Type: text/html
--- a/fastcgi_cache.t
+++ b/fastcgi_cache.t
@@ -83,7 +83,7 @@ sub fastcgi_daemon {
 		if ($ENV{REQUEST_URI} eq '/stderr') {
 			warn "sample stderr text" x 512;
 		}
-		
+
 		print <<EOF;
 Location: http://127.0.0.1:8080/redirect
 Content-Type: text/html
--- a/http_host.t
+++ b/http_host.t
@@ -107,7 +107,7 @@ is(http_host_header('[abcd::ef98:0:7654:
 
 is(http_host_header('[abcd::ef98:0:7654:321]:80'), '[abcd::ef98:0:7654:321]',
 	'ipv6 literal w/port (host header)');
-	
+
 TODO: {
 local $TODO = 'ipv6 literals';
 
--- a/proxy_cache_lock.t
+++ b/proxy_cache_lock.t
@@ -194,7 +194,7 @@ sub http_fake_daemon {
 				$uri = $1;
 				$num = 0;
 			}
-				
+
 			$uri = $1 if /GET (.*) HTTP/;
 			last if /^\x0d?\x0a?$/;
 		}
--- a/rewrite_unescape.t
+++ b/rewrite_unescape.t
@@ -73,7 +73,7 @@ mkdir($t->testdir() . '/directory');
 ###############################################################################
 
 # Some rewrites and expected (?) behaviour
-# 
+#
 # /t1?r=http%3A%2F%2Fexample.com%2F%3Ffrom
 # rewrite ^ $arg_r? redirect;
 # expected: http://example.com/?from
--- a/scgi.t
+++ b/scgi.t
@@ -115,7 +115,7 @@ sub scgi_daemon {
 
 	my $scgi = SCGI->new($server, blocking => 1);
 	my $count = 0;
-  
+
 	while (my $request = $scgi->accept()) {
 		$count++;
 		$request->read_env();
--- a/scgi_gzip.t
+++ b/scgi_gzip.t
@@ -72,7 +72,7 @@ sub scgi_daemon {
 		or die "Can't create listening socket: $!\n";
 
 	my $scgi = SCGI->new($server, blocking => 1);
-  
+
 	while (my $request = $scgi->accept()) {
 		$request->read_env();
 
--- a/scgi_merge_params.t
+++ b/scgi_merge_params.t
@@ -121,7 +121,7 @@ sub scgi_daemon {
 
 	my $scgi = SCGI->new($server, blocking => 1);
 	my $count = 0;
-  
+
 	while (my $request = $scgi->accept()) {
 		$count++;
 		$request->read_env();