comparison lib/Test/Nginx.pm @ 46:239a346b4913

Tests: add proxy_store basic tests.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 10 Nov 2008 19:04:34 +0300
parents d68b85def521
children acfafb52d393
comparison
equal deleted inserted replaced
45:d68b85def521 46:239a346b4913
163 163
164 $self->{_daemons} = [] unless defined $self->{_daemons}; 164 $self->{_daemons} = [] unless defined $self->{_daemons};
165 push @{$self->{_daemons}}, $pid; 165 push @{$self->{_daemons}}, $pid;
166 166
167 return $self; 167 return $self;
168 }
169
170 sub testdir() {
171 my ($self) = @_;
172 return $self->{_testdir};
168 } 173 }
169 174
170 ############################################################################### 175 ###############################################################################
171 176
172 sub log_out { 177 sub log_out {