[LDTP-Dev] [Bug 635047] New: 'comboselect' doesn't work when specify component name listed in 'getobjectlist'
LDTP (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Nov 16 21:32:39 PST 2010
https://bugzilla.gnome.org/show_bug.cgi?id=635047
LDTP | ldtp2 | unspecified
Summary: 'comboselect' doesn't work when specify component name
listed in 'getobjectlist'
Classification: Other
Product: LDTP
Version: unspecified
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: ldtp2
AssignedTo: ldtp-dev at lists.freedesktop.org
ReportedBy: yolkfull at gmail.com
QAContact: ldtp-dev at lists.freedesktop.org
GNOME target: ---
GNOME version: ---
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')
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the LDTP-dev
mailing list