comparison ssi-include-big.t @ 19:b331c3113ebb

Tests: mark ssi-include-big as todo.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 26 Sep 2008 16:28:04 +0400
parents c6c36d7a4d90
children 8f1519472ece
comparison
equal deleted inserted replaced
18:1059c3002030 19:b331c3113ebb
73 ok(defined $t1, 'small included file (less than output_buffers)'); 73 ok(defined $t1, 'small included file (less than output_buffers)');
74 74
75 my $t2 = http_gzip_request('/test2.html'); 75 my $t2 = http_gzip_request('/test2.html');
76 ok(defined $t2, 'small included file (equal to output_buffers)'); 76 ok(defined $t2, 'small included file (equal to output_buffers)');
77 77
78 TODO: {
79 local $TODO = 'not fixed yet, patch under review';
80
78 my $t3 = http_gzip_request('/test3.html'); 81 my $t3 = http_gzip_request('/test3.html');
79 ok(defined $t3, 'big included file (more than output_buffers)'); 82 ok(defined $t3, 'big included file (more than output_buffers)');
83
84 }
80 85
81 ############################################################################### 86 ###############################################################################
82 87
83 sub http_gzip_request { 88 sub http_gzip_request {
84 my ($url) = @_; 89 my ($url) = @_;