Closed
Bug 404377
Opened 18 years ago
Closed 18 years ago
The field "matches the Regexp" under "Environment Name" in the main page of "Find Test Run Environment" tab is not working
Categories
(Testopia :: Environments, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: vsushma54, Assigned: gregaryh)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9
Build Identifier: Testopia version 1.3
1)Log on to the bugzilla
2)Click on the Search link which in the Testopia tool line
3)Then click on the "Find Test Run Tab " which at the top right
4)Then click on the Drop Down menu of the Environment Name and then select
"matches the Regex"
5)Then in the text box besides this selected ""matches the Regexp" enter a
resgular expression like A*
6)Then it should display only those Environment Names starting with A
7)But its displaying Environment name not starting with A Also
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Actual Results:
Displaying Environment Names not starting with A also
Expected Results:
Should display Environment Names starting with A only
URL: http://landfill.mozilla.org/testopia... → http://landfill.mozilla.org/testopia_...
Comment 1•18 years ago
|
||
Again, "A*" *should* match names starting with other than A because "A*" means 0 or more of A. Regular expressions are *not* the same as filename-matching expressions.
This one should be moved to RESOLVED/INVALID.
Comment 2•18 years ago
|
||
True -- thanks.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•