Bug 467296 - provide depends on/blocks fields through TestCase.get()

patch by nparrish@sproutsys.com r=ghendricks


git-svn-id: svn://10.0.0.236/trunk@255359 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ghendricks%novell.com
2008-12-05 19:43:03 +00:00
parent 4560026035
commit 682a884391

View File

@@ -47,6 +47,8 @@ sub get {
$case->text();
$case->author();
$case->dependson_list();
$case->blocked_list();
#Result is a test case object hash
return $case;