зеркало из https://github.com/mozilla/pjs.git
run->cases is returning the wrong thing.
This commit is contained in:
Родитель
6071beafcc
Коммит
6442a6fe9f
|
@ -980,7 +980,7 @@ sub cases {
|
|||
return $self->{'cases'} if exists $self->{'cases'};
|
||||
my @cases;
|
||||
foreach my $cr (@{$self->current_caseruns}){
|
||||
push @cases, Bugzilla::Testopia::TestCase->new($cr->id);
|
||||
push @cases, Bugzilla::Testopia::TestCase->new($cr->case_id);
|
||||
}
|
||||
$self->{'cases'} = \@cases;
|
||||
return $self->{'cases'};
|
||||
|
|
Загрузка…
Ссылка в новой задаче