Open
Bug 477608
Opened 16 years ago
Updated 2 years ago
xpcshell unittest: test_places/autocomplete/test_special_search.js fails to find bookmarks with regex type characters
Categories
(Toolkit :: Places, defect, P3)
Toolkit
Places
Tracking
()
NEW
People
(Reporter: jmaher, Unassigned)
References
Details
in testing the xpcshell tests on Fennec, I run into this case where all tests appear to fail:
test_places/autocomplete/test_special_search.js
What happens is we add bookmarks, then search using characters like ^, *, +. We don't seem to be returning anything.
For instructions on how to run xpcshell tests on fennec, please visit:
https://wiki.mozilla.org/Mobile/Fennec_Xpcshell
Reporter | ||
Comment 1•16 years ago
|
||
moving to toolkit/places as this is for a specific test, not a test harness or fennec.
Component: General → Places
Product: Fennec → Toolkit
QA Contact: general → places
Comment 2•16 years ago
|
||
Those just determine which query we use. * is for searching bookmarks, + is for searching tags, and I think ^ is for searching typed entries.
Comment 3•8 years ago
|
||
yeah, actually it's not possible to search restriction chars. not sure what to do about that, apart from picking better chars more unlikely to change the search results.
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•