fixed postfix object notation
This commit is contained in:
parent
65a0c7bbae
commit
8adae35947
1 changed files with 2 additions and 2 deletions
|
|
@ -192,8 +192,8 @@ plan tests => testCount() ;
|
|||
|
||||
my $output;
|
||||
foreach my $testSet (@testArray) {
|
||||
$output = new FAKE_ENV( $testSet->{agent},
|
||||
$testSet->{address} || '69.42.78.32')
|
||||
$output = FAKE_ENV->new( $testSet->{agent},
|
||||
$testSet->{address} || '69.42.78.32')
|
||||
->requestNotViewed();
|
||||
is($output, $testSet->{output}, $testSet->{comment});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue