changeset 52:405e8ca11c77

Tests: big subrequests are ok in 0.7.25 and up, remove TODO.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 09 Dec 2008 01:30:43 +0300
parents d59ae7bab0a6
children c8a816c678e1
files ssi-include-big.t
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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');