Correct test; it used incorrect variable
This commit is contained in:
parent
cb1ce38650
commit
2dafc3c544
1 changed files with 2 additions and 2 deletions
|
@ -412,8 +412,8 @@ is(scalar keys %{$tShirtSmallOnlyData->{$tShirtSmallOnlyRequestId}}, 1,
|
||||||
"addRequest: just one configuration added correctly");
|
"addRequest: just one configuration added correctly");
|
||||||
|
|
||||||
ok( (defined $tShirtSmallOnlyData->{$tShirtSmallOnlyRequestId}{'Small'} and
|
ok( (defined $tShirtSmallOnlyData->{$tShirtSmallOnlyRequestId}{'Small'} and
|
||||||
looks_like_number($tShirtSmallOnlyData->{$tShirt0RequestTypeId}{'Small'}) and
|
looks_like_number($tShirtSmallOnlyData->{$tShirtSmallOnlyRequestId}{'Small'}) and
|
||||||
$tShirtSmallOnlyData->{$tShirt0RequestTypeId}{'Small'} > 0),
|
$tShirtSmallOnlyData->{$tShirtSmallOnlyRequestId}{'Small'} > 0),
|
||||||
"addRequest: configuration added correctly");
|
"addRequest: configuration added correctly");
|
||||||
|
|
||||||
is undef, $sp->getRequestConfigurations(undef), "getRequestConfigurations: undef type returns undef";
|
is undef, $sp->getRequestConfigurations(undef), "getRequestConfigurations: undef type returns undef";
|
||||||
|
|
Loading…
Reference in a new issue