Closed
Bug 518325
Opened 16 years ago
Closed 16 years ago
Cannot filter for 'unassigned' test cases of a test run.
Categories
(Testopia :: Test Runs, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: maparent, Assigned: gregaryh)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)
Build Identifier: Testopia 2.2; Bugzilla 3.2.3
If test cases in a run do not have an assignee, there is no way to filter for them.
This is required to view test cases which need to be assigned a tester.
Reproducible: Always
Steps to Reproduce:
1. Create a test case with no 'Default tester'.
2. Add the test case to a run.
*** The test case is visible in the test run and doesn't have an 'Assignee'.
3. Try creating a filter that will display only the unassigned test case based on the 'Assignee' field.
| Assignee | ||
Comment 1•16 years ago
|
||
You can now use --unassigned--
Checking in extensions/testopia/lib/Testopia/Search.pm;
/cvsroot/mozilla/webtools/testopia/extensions/testopia/lib/Testopia/Search.pm,v <-- Search.pm
new revision: 1.7; previous revision: 1.6
done
Checking in extensions/testopia/lib/Testopia/TestCaseRun.pm;
/cvsroot/mozilla/webtools/testopia/extensions/testopia/lib/Testopia/TestCaseRun.pm,v <-- TestCaseRun.pm
new revision: 1.9; previous revision: 1.8
done
Checking in tr_caserun.cgi;
/cvsroot/mozilla/webtools/testopia/tr_caserun.cgi,v <-- tr_caserun.cgi
new revision: 1.11; previous revision: 1.10
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•