# HG changeset patch # User Maxim Dounin # Date 1228775443 -10800 # Node ID 405e8ca11c77af8b3c7e125e2612e5f138888c48 # Parent d59ae7bab0a6745fbaddda1266f6806a335a7e77 Tests: big subrequests are ok in 0.7.25 and up, remove TODO. diff --git a/ssi-include-big.t b/ssi-include-big.t --- a/ssi-include-big.t +++ b/ssi-include-big.t @@ -83,15 +83,10 @@ my $t2 = http_gzip_request('/test2.html' ok(defined $t2, 'small included file (equal to output_buffers)'); http_gzip_like($t2, qr/^X{1024}\Z/, 'small included file content'); -TODO: { -local $TODO = 'not fixed yet, patch under review'; - my $t3 = http_gzip_request('/test3.html'); ok(defined $t3, 'big included file (more than output_buffers)'); http_gzip_like($t3, qr/^X{1025}\Z/, 'big included file content'); -} - my $t4 = http_gzip_request('/test4.html'); ok(defined $t4, 'big ssi main file'); http_gzip_like($t4, qr/^X{1025}\Z/, 'big ssi main file content');