misspelled "Manager"

JS error on show run
History tab only shows completed cases.


git-svn-id: svn://10.0.0.236/trunk@248914 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ghendricks%novell.com
2008-03-31 23:23:50 +00:00
parent 8da6a2ed18
commit 195b3e9673
3 changed files with 5 additions and 3 deletions

View File

@@ -538,7 +538,7 @@ sub get_history {
INNER JOIN test_builds tb ON tcr.build_id = tb.build_id
INNER JOIN test_environments te ON tcr.environment_id = te.environment_id
INNER JOIN test_case_run_status tcrs ON tcr.case_run_status_id = tcrs.case_run_status_id
INNER JOIN profiles p ON tcr.testedby = p.userid
LEFT JOIN profiles p ON tcr.testedby = p.userid
WHERE case_id = ? AND run_id = ?", {'Slice' =>{}},
($self->{'case_id'}, $self->{'run_id'}));