Open
Bug 540603
Opened 16 years ago
Updated 16 years ago
[XML-RPC] TestPlan.list() with name_type=regexp does not match case-sensitive
Categories
(Testopia :: API, defect)
Tracking
(Not tracked)
UNCONFIRMED
People
(Reporter: nuabaranda, Assigned: gregaryh)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 (.NET CLR 3.5.30729)
Build Identifier: 2.3.1
The regexp query_variant works case-insensitive. This would not be expected for regular expressions.
Reproducible: Always
Steps to Reproduce:
2 TestPlans with names: "Some TestPlan name" and "some testplan name"
TestPlan query: name=^Some TestPlan name$ name_type=regexp
Actual Results:
Both TestPlans are matched.
Expected Results:
TestPlan name should only be matched case-sensitive.
| Reporter | ||
Updated•16 years ago
|
Version: unspecified → 2.3
You need to log in
before you can comment on or make changes to this bug.
Description
•