After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 588674 - It would be nice if doesrowexist would look for partial matches
It would be nice if doesrowexist would look for partial matches
Status: RESOLVED FIXED
Product: LDTP
Classification: Other
Component: ldtp
1.6.0
Other All
: Normal enhancement
: ---
Assigned To: LDTP maintainers
LDTP Development Mailing List
Depends on:
Blocks:
 
 
Reported: 2009-07-15 15:40 UTC by Ara Pulido
Modified: 2009-07-31 03:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ara Pulido 2009-07-15 15:40:08 UTC
It would be nice to have a way to ask for partial matches on doesrowexit, either through wildcards or an extra parameter like "exactMatch = True"

Right now, I workaround the feature using selectrowpartialmatch in a try catch
Comment 1 Nagappan Alagappan 2009-07-31 03:33:48 UTC
Thanks for the bug report. Fixed in git, though with different syntax, instead of exactMatch = True, the last argument will be partialMatch = False.

Thanks