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 635047 - 'comboselect' doesn't work when specify component name listed in 'getobjectlist'
'comboselect' doesn't work when specify component name listed in 'getobjectlist'
Status: RESOLVED FIXED
Product: LDTP
Classification: Other
Component: ldtp2
unspecified
Other Linux
: Normal normal
: ---
Assigned To: LDTP Development Mailing List
LDTP Development Mailing List
Depends on:
Blocks:
 
 
Reported: 2010-11-17 05:32 UTC by Yolkfull Chow
Modified: 2010-11-18 00:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Yolkfull Chow 2010-11-17 05:32:35 UTC
For example, output of 'getobjectlist' contains 'mnuComponent' and if we specify this component name exactly in following statement, exception will be thrown:

comboselect('WindowName', 'cboComponent', 'mnuComponent')


Whereas using RE works fine:

comboselect('WindowName', 'cboComponent', 'Component')
Comment 1 Nagappan Alagappan 2010-11-18 00:54:52 UTC
Fixed in git head, thanks for the bug report